Skip to content

Commit

Permalink
Attempt to fix test for Windows py11
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-n committed Nov 13, 2022
1 parent 45f6498 commit 7ac3135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_executors.py
Expand Up @@ -88,7 +88,7 @@ def test_detect_venv(
assert result.stdout.startswith("poe_test_package found at ")
if is_windows:
assert result.stdout.endswith(
f"\\tests\\fixtures\\simple_project\\venv\\lib\\site-packages\\poe_test_package\\__init__.py\n"
f"\\tests\\fixtures\\simple_project\\venv\\Lib\\site-packages\\poe_test_package\\__init__.py\n"
)
else:
assert result.stdout.endswith(
Expand Down

0 comments on commit 7ac3135

Please sign in to comment.