Skip to content

Commit f86da4a

Browse files
authored
Merge pull request #136 from cgzones/deprecated
tests: drop deprecated parameter
2 parents f7d0bd2 + 7daed1e commit f86da4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/gui/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
have_pqtestqt = False
1818

1919

20-
def pytest_ignore_collect(collection_path: pathlib.Path, path,
20+
def pytest_ignore_collect(collection_path: pathlib.Path,
2121
config: pytest.Config) -> bool | None:
2222

2323
"""Ignore GUI tests if DISPLAY is not set or PyQt is not available."""

0 commit comments

Comments
 (0)