We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7d0bd2 + 7daed1e commit f86da4aCopy full SHA for f86da4a
1 file changed
tests/gui/conftest.py
@@ -17,7 +17,7 @@
17
have_pqtestqt = False
18
19
20
-def pytest_ignore_collect(collection_path: pathlib.Path, path,
+def pytest_ignore_collect(collection_path: pathlib.Path,
21
config: pytest.Config) -> bool | None:
22
23
"""Ignore GUI tests if DISPLAY is not set or PyQt is not available."""
0 commit comments