]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
tests/system/conftest.py: import markers plugin
authorIker Pedrosa <ipedrosa@redhat.com>
Wed, 10 Sep 2025 10:18:30 +0000 (12:18 +0200)
committerSerge Hallyn <serge@hallyn.com>
Wed, 25 Mar 2026 02:33:15 +0000 (21:33 -0500)
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
tests/system/conftest.py

index 8ddd638446eb48a2658856c4e64806439ee72ab4..b2f616cd468e49c3ae49448e172dd61cd450152c 100644 (file)
@@ -10,6 +10,7 @@ from framework.config import ShadowMultihostConfig
 pytest_plugins = (
     "pytest_mh",
     "pytest_ticket",
+    "framework.markers",
 )