We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0f987 commit 7123677Copy full SHA for 7123677
tests/test_hook_module.py
@@ -18,7 +18,7 @@
18
pytest.param(
19
True,
20
marks=pytest.mark.xfail(
21
- sys.platform == "win32" and "CI" in os.environ,
+ sys.platform == "win32" and os.environ.get("CI") == "true",
22
reason="pytask is not found in subprocess",
23
strict=True,
24
),
@@ -64,7 +64,7 @@ def pytask_extend_command_line_interface(cli):
64
65
66
67
68
69
70
0 commit comments