Skip to content

Commit

Permalink
Suppress warnings in pip-vendored packaging.version. Workaround for p…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 27, 2021
1 parent 4f0b229 commit 6eadf99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ filterwarnings=
ignore:direct construction of .*Item has been deprecated:DeprecationWarning
# jupyter/nbformat#212
ignore:Sampling from a set:DeprecationWarning:nbformat.corpus.words
# pypa/setuptools#2466
ignore:Creating a LegacyVersion:DeprecationWarning:pip._vendor.packaging.version

0 comments on commit 6eadf99

Please sign in to comment.