We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9be73 commit a361130Copy full SHA for a361130
test/test_before_build.py
@@ -28,7 +28,7 @@
28
# Works around path-comparison bugs caused by short-paths on Windows e.g.
29
# vssadm~1 instead of vssadministrator
30
31
- assert os.stat(stored_prefix) == os.stat(sys.prefix)
+ assert os.path.samefile(stored_prefix, sys.prefix)
32
"""
33
)
34
test/test_before_test.py
@@ -30,7 +30,7 @@ def test_prefix(self):
35
36
0 commit comments