Skip to content

Commit

Permalink
pytest.ini: Ignore FutureWarning & UserWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
wmayner committed Dec 7, 2022
1 parent 612cf41 commit 930772f
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 @@ -10,3 +10,5 @@ filterwarnings =
ignore::ImportWarning
ignore:The distutils package is deprecated:DeprecationWarning
ignore:distutils Version classes are deprecated:DeprecationWarning
ignore::FutureWarning
ignore::UserWarning

0 comments on commit 930772f

Please sign in to comment.