diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-01-14 15:48:31 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-14 15:48:31 -0800 |
commit | 4c2c7f4e08442ba7013e202c1529abb7da7c4cb9 (patch) | |
tree | ead7dc33a425f30929e2880658923bf962f7732b | |
parent | c07a4d06e948ac396b5609b528681bb2b502f753 (diff) | |
download | fatcat-scholar-4c2c7f4e08442ba7013e202c1529abb7da7c4cb9.tar.gz fatcat-scholar-4c2c7f4e08442ba7013e202c1529abb7da7c4cb9.zip |
pytest: suppress warnings for some urllib3 things
-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 |