Skip to content

Commit

Permalink
ignore UserWarning for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Pesendorfer committed Apr 9, 2019
1 parent 68f18ff commit 6ec930e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ test=pytest

[tool:pytest]
python_files = tests/test_*.py
filterwarnings =
ignore::UserWarning

0 comments on commit 6ec930e

Please sign in to comment.