From 4c2c7f4e08442ba7013e202c1529abb7da7c4cb9 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 14 Jan 2021 15:48:31 -0800 Subject: pytest: suppress warnings for some urllib3 things --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3