aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-06-17 11:55:57 -0700
committerBryan Newbold <bnewbold@archive.org>2020-06-17 11:55:57 -0700
commit2a42baa521b5a88863ac0575305a21195518da11 (patch)
treed7c5af6685057d07889939cc7ea53d751624163b
parentb58fa7ea1c0d077ac3e0fed18765726ab2b8da48 (diff)
downloadsandcrawler-2a42baa521b5a88863ac0575305a21195518da11.tar.gz
sandcrawler-2a42baa521b5a88863ac0575305a21195518da11.zip
ignore PIL deprecation warnings
-rw-r--r--python/pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/pytest.ini b/python/pytest.ini
index b6e5229..65f81da 100644
--- a/python/pytest.ini
+++ b/python/pytest.ini
@@ -17,5 +17,6 @@ filterwarnings =
ignore::DeprecationWarning:.*surt
ignore::DeprecationWarning:.*urllib3
ignore::DeprecationWarning:.*wayback
+ ignore::DeprecationWarning:.*PIL
log_level = INFO