From 660c5fd712bd1e8def6e939ac662a7b52fd6551f Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 24 Nov 2023 11:41:46 +0100 Subject: [PATCH] remove plugins from conftest, breaks test discovery --- src/conftest.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/conftest.py b/src/conftest.py index 55b819f..b507141 100644 --- a/src/conftest.py +++ b/src/conftest.py @@ -14,10 +14,10 @@ from playwright.sync_api import BrowserContext from src.dirmanager import DirManager -pytest_plugins = [ - # "setup.setup_authentik", - "tests_authentik.authentik_plugin" -] +# pytest_plugins = [ +# "setup.setup_authentik", +# "src.tests_authentik.authentik_plugin" +# ] TIMEOUT = 5000