Skip to content

Commit

Permalink
Merge pull request #136 from cgzones/deprecated
Browse files Browse the repository at this point in the history
tests: drop deprecated parameter
  • Loading branch information
pebenito authored Oct 1, 2024
2 parents f7d0bd2 + 7daed1e commit f86da4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gui/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
have_pqtestqt = False


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

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

0 comments on commit f86da4a

Please sign in to comment.