From a14ab0a7601ff5c197fe43d42410d8ed6bfd26a8 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 13 Nov 2021 20:33:57 +0100 Subject: initial commit --- pytest.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pytest.ini (limited to 'pytest.ini') 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.*: -- cgit v1.2.3