Skip to content

Commit

Permalink
ci: fixing-tests for pyside6 (#314)
Browse files Browse the repository at this point in the history
* fixing-tests

* test: add ignore
  • Loading branch information
tlambert03 authored Jun 13, 2024
1 parent 46f039f commit 8f4d781
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ filterwarnings = [
"error",
"ignore:The distutils package is deprecated:DeprecationWarning:",
"ignore:.*BackendFinder.find_spec()", # pyinstaller import
"ignore:.*not using a cooperative constructor:pytest.PytestDeprecationWarning:"
"ignore:.*not using a cooperative constructor:pytest.PytestDeprecationWarning:",
"ignore:Failed to disconnect::pytestqt"
]

# https://mypy.readthedocs.io/en/stable/config_file.html
Expand Down

0 comments on commit 8f4d781

Please sign in to comment.