aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-01-14 15:48:31 -0800
committerBryan Newbold <bnewbold@archive.org>2021-01-14 15:48:31 -0800
commit4c2c7f4e08442ba7013e202c1529abb7da7c4cb9 (patch)
treeead7dc33a425f30929e2880658923bf962f7732b /pytest.ini
parentc07a4d06e948ac396b5609b528681bb2b502f753 (diff)
downloadfatcat-scholar-4c2c7f4e08442ba7013e202c1529abb7da7c4cb9.tar.gz
fatcat-scholar-4c2c7f4e08442ba7013e202c1529abb7da7c4cb9.zip
pytest: suppress warnings for some urllib3 things
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 5a57052..f39612c 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -8,5 +8,7 @@ python_files = test_*.py tests/*.py fatcat_scholar/*.py
filterwarnings =
ignore:Using or importing the ABCs.*:DeprecationWarning
+ ignore:Using 'method_whitelist' with Retry*:DeprecationWarning
+ ignore:Using 'Retry.DEFAULT_METHOD_WHITELIST' is deprecated*:DeprecationWarning
log_level = INFO