diff --git a/setup.cfg b/setup.cfg index 398b5a3a..18fa5e2b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,3 +3,5 @@ test=pytest [tool:pytest] python_files = tests/test_*.py +filterwarnings = + ignore::UserWarning