summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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