aboutsummaryrefslogtreecommitdiffstats
path: root/python/pytest.ini
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-02 16:56:58 -0700
committerBryan Newbold <bnewbold@robocracy.org>2021-11-02 17:02:49 -0700
commitda62ecb145a72619904f949a94aded88b9af38ba (patch)
treeea2211ee3765b7df49b4ac72442e7a3889127ceb /python/pytest.ini
parent4d48cde630a8e33b82fdeeaadd4e1855d1b92416 (diff)
downloadfatcat-da62ecb145a72619904f949a94aded88b9af38ba.tar.gz
fatcat-da62ecb145a72619904f949a94aded88b9af38ba.zip
pytest: more deprecation warning ignores
Diffstat (limited to 'python/pytest.ini')
-rw-r--r--python/pytest.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/pytest.ini b/python/pytest.ini
index ba1ac946..cf98f869 100644
--- a/python/pytest.ini
+++ b/python/pytest.ini
@@ -14,5 +14,7 @@ filterwarnings =
ignore:.*authlib.specs.*:authlib.deprecate.AuthlibDeprecationWarning
ignore:Using or importing the ABCs.*:DeprecationWarning
ignore:direct construction of PyLintItem.*:_pytest.warning_types.PytestDeprecationWarning
+ ignore:.*pytz-deprecation-shim
+ ignore:.*removed in Jinja 3:DeprecationWarning
log_level = INFO