We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b16520 commit 85d08dbCopy full SHA for 85d08db
pytest.ini
@@ -5,3 +5,7 @@ doctest_optionflags=ALLOW_UNICODE ELLIPSIS
5
# workaround for warning pytest-dev/pytest#6178
6
junit_family=xunit2
7
filterwarnings=
8
+ # Suppress deprecation warning in flake8
9
+ ignore:SelectableGroups dict interface is deprecated::flake8
10
+ # Suppress deprecation warning in pypa/packaging#433
11
+ ignore:The distutils package is deprecated::packaging.tags
0 commit comments