We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2204f05 + 5165992 commit 753cb42Copy full SHA for 753cb42
tests/linux/conftest.py
@@ -8,7 +8,7 @@
8
9
10
# ignore all tests in this folder if not on linux
11
-def pytest_ignore_collect(path, config):
+def pytest_ignore_collect(collection_path, config):
12
if not sys.platform.startswith("linux"):
13
return True
14
tests/windows/conftest.py
@@ -4,7 +4,7 @@
4
5
6
# ignore all tests in this folder if not on windows
7
if sys.platform not in ("win32", "cygwin"):
0 commit comments