diff options
-rw-r--r-- | pytest.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |