Skip to content
Closed
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
4 changes: 4 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ filterwarnings=
# https://github.com/pytest-dev/pytest/discussions/9296
ignore:Distutils was imported before setuptools
ignore:Setuptools is replacing distutils

# Workaround for pypa/setuptools#3079
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, I like to reference the upstream issue, such that when that upstream issue is fixed, it will indicate that this workaround can be removed.

ignore:.*not using a cooperative constructor.*:pytest.PytestDeprecationWarning
ignore:.*argument to .* is deprecated.*:pytest.PytestRemovedIn8Warning