aboutsummaryrefslogtreecommitdiff
path: root/pytest.ini
blob: b4ea538f3f06cfd8f87e9b875fe5236efa54a4f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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