diff options
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,3 +10,7 @@ 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 |