test!: remove global registration of pytest plugins

Instead a conftest.py close to the test files needs
to opt into using plugin hooks and fixtures.

also remove some packaging leftover with initenv.sh
This commit is contained in:
holger krekel
2026-08-26 19:22:39 +02:00
parent fa24dd17de
commit 051f831518
6 changed files with 10 additions and 6 deletions
+1
View File
@@ -0,0 +1 @@
+2
View File
@@ -1,9 +1,11 @@
"""Run the lua scripts we ship under lupa, which bundles Lua 5.4 like dovecot."""
import pytest
from chatmaild.tests.plugin import * # noqa: F403
from lupa import lua54
from cmdeploy.basedeploy import get_resource
from cmdeploy.tests.plugin import * # noqa: F403
class Lua: