From ae96024993f111bcb1e48824f5f63be63ef38b1f Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 27 Apr 2022 12:08:25 +0200 Subject: New upstream version 1.0 --- pytest.ini | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pytest.ini (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..b4ea538 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,16 @@ +# 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.*: + +markers = + mod_before_build: define a callback to use to modify test packages before their build + mod_after_build: define a callback to use to modify test packages after their build -- cgit v1.2.3