Skip to content

Commit

Permalink
Suppress deprecation warnings in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 16, 2022
1 parent 743623a commit 3d2ecd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,8 @@ filterwarnings=
ignore:Distutils was imported before setuptools
ignore:Setuptools is replacing distutils

# suppress warnings in deprecated msvc compilers
ignore:msvc9?compiler is deprecated

ignore:Support for .* in .pyproject.toml. is still .beta.
ignore::setuptools.command.editable_wheel.InformationOnly

0 comments on commit 3d2ecd1

Please sign in to comment.