From bd02c50f64c5e9bf18ce7e52ff64b22481d841e5 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 3 Apr 2022 19:25:45 -0700 Subject: [PATCH] Ignore arrow.factory.ArrowParseWarning, closes #55 Refs https://github.com/arrow-py/arrow/issues/612 Refs https://github.com/ics-py/ics-py/issues/284 --- pillarpointstewards/pytest.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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