Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ filterwarnings =
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
# Remove after support for Python 3.7 is dropped
ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning
# Remove after support for Python 3.8 is dropped
ignore:You are using a non-supported Python version \(3\.8:DeprecationWarning
ignore:You are using a non-supported Python version \(3\.8:FutureWarning
# Remove after support for Python 3.9 is dropped
ignore:You are using a Python version \(3\.9:FutureWarning
# Remove after support for Python 3.10 is dropped
ignore:.*You are using a Python version \(3\.10:FutureWarning