Skip to content

Commit 85d08db

Browse files
committed
Suppress deprecation warnings in flake8 and packaging.tags. Ref pypa/packaging#433.
1 parent 1b16520 commit 85d08db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pytest.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ doctest_optionflags=ALLOW_UNICODE ELLIPSIS
55
# workaround for warning pytest-dev/pytest#6178
66
junit_family=xunit2
77
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

Comments
 (0)