aboutsummaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-11-13 20:33:57 +0100
committerWojtek Kosior <koszko@koszko.org>2021-11-13 20:33:57 +0100
commita14ab0a7601ff5c197fe43d42410d8ed6bfd26a8 (patch)
treebefa6fc0b1de552bae1e2a832a25cb0dd8f58412 /pytest.ini
downloadhaketilo-hydrilla-a14ab0a7601ff5c197fe43d42410d8ed6bfd26a8.tar.gz
haketilo-hydrilla-a14ab0a7601ff5c197fe43d42410d8ed6bfd26a8.zip
initial commit
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
new file mode 100644
index 0000000..030df26
--- /dev/null
+++ b/pytest.ini
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: CC0-1.0
+
+# Disable deprecation warnings from third-party libraries
+#
+# Copyright (C) 2021 Wojtek Kosior
+#
+# Available under the terms of Creative Commons Zero v1.0 Universal.
+
+[pytest]
+filterwarnings =
+ ignore::DeprecationWarning:werkzeug.*:
+ ignore::DeprecationWarning:jinja2.*: