From fb6dd284fad64a4b69e44aea38852b38819b5eb1 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 18 Feb 2022 16:02:16 +0100 Subject: make "uuid" an optional property --- pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini index 030df26..b4ea538 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 -- cgit v1.2.3