From 52d12a4fa124daa1595529e3e7008276a7986d95 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 13 Jun 2022 11:06:49 +0200 Subject: unfinished partial work --- pytest.ini | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 pytest.ini (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini deleted file mode 100644 index b4ea538..0000000 --- a/pytest.ini +++ /dev/null @@ -1,16 +0,0 @@ -# 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