Skip to content

Commit

Permalink
Fix failing tests in macos (#15255)
Browse files Browse the repository at this point in the history
Fix tests in macos
  • Loading branch information
AbrilRBS authored Dec 12, 2023
1 parent 286d552 commit 694b7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conans/test/integration/package_id/compatible_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def package_info(self):

client.save({"conanfile.py": GenConanfile().with_require("pkg/0.1")})
client.run("lock create . -s os=Windows --lockfile-out=deps.lock")
client.run("install . --lockfile=deps.lock")
client.run("install . -s os=Windows --lockfile=deps.lock")
self.assertIn("pkg/0.1: PackageInfo!: OS: Linux!", client.out)
self.assertIn("9a4eb3c8701508aa9458b1a73d0633783ecc2270", client.out)
self.assertIn("pkg/0.1: Already installed!", client.out)
Expand Down

0 comments on commit 694b7d1

Please sign in to comment.