remove plugins from conftest, breaks test discovery
This commit is contained in:
parent
2cb4a9d526
commit
660c5fd712
1 changed files with 4 additions and 4 deletions
|
|
@ -14,10 +14,10 @@ from playwright.sync_api import BrowserContext
|
||||||
|
|
||||||
from src.dirmanager import DirManager
|
from src.dirmanager import DirManager
|
||||||
|
|
||||||
pytest_plugins = [
|
# pytest_plugins = [
|
||||||
# "setup.setup_authentik",
|
# "setup.setup_authentik",
|
||||||
"tests_authentik.authentik_plugin"
|
# "src.tests_authentik.authentik_plugin"
|
||||||
]
|
# ]
|
||||||
|
|
||||||
|
|
||||||
TIMEOUT = 5000
|
TIMEOUT = 5000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue