Skip to content

Commit

Permalink
Suppress deprecation warnings in flake8 and packaging.tags. Ref pypa/…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 3, 2021
1 parent 4ca71a2 commit c0524aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ doctest_optionflags=ALLOW_UNICODE ELLIPSIS
# workaround for warning pytest-dev/pytest#6178
junit_family=xunit2
filterwarnings=
# Suppress deprecation warning in flake8
ignore:SelectableGroups dict interface is deprecated::flake8
# Suppress deprecation warning in pypa/packaging#433
ignore:The distutils package is deprecated::packaging.tags

0 comments on commit c0524aa

Please sign in to comment.