Skip to content

Commit dce2fa3

Browse files
committed
Address test on windows
1 parent aa947e5 commit dce2fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_requirements_override(self):
7373
project_dir, requirements_file=os.path.join("alt", "custom.txt")
7474
)
7575

76-
assert result.filename == "alt/custom.txt"
76+
assert result.filename.endswith("custom.txt")
7777
assert result.contents == "foo==1.0\nbar>=2.0\n"
7878
assert result.source == "file"
7979

0 commit comments

Comments
 (0)