diff --git a/pillarpointstewards/pytest.ini b/pillarpointstewards/pytest.ini index ec8fac5..54ec0a9 100644 --- a/pillarpointstewards/pytest.ini +++ b/pillarpointstewards/pytest.ini @@ -1,5 +1,5 @@ [pytest] DJANGO_SETTINGS_MODULE = config.settings python_files = tests.py test_*.py *_tests.py - - +filterwarnings = + ignore::arrow.factory.ArrowParseWarning