aboutsummaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini16
1 files changed, 0 insertions, 16 deletions
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