aboutsummaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-06-13 11:06:49 +0200
committerWojtek Kosior <koszko@koszko.org>2022-07-16 16:31:44 +0200
commit52d12a4fa124daa1595529e3e7008276a7986d95 (patch)
tree9b56fe2d28ff0242f8511aca570be455112ad3df /pytest.ini
parent9dcbfdfe8620cc417438d1727aa1e0c89846e9bf (diff)
downloadhaketilo-hydrilla-52d12a4fa124daa1595529e3e7008276a7986d95.tar.gz
haketilo-hydrilla-52d12a4fa124daa1595529e3e7008276a7986d95.zip
unfinished partial work
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