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
-3
View File
@@ -27,9 +27,6 @@ dependencies = [
[project.scripts]
cmdeploy = "cmdeploy.cmdeploy:main"
[project.entry-points.pytest11]
"cmdeploy.testplugin" = "cmdeploy.tests.plugin"
[tool.pytest.ini_options]
addopts = "-v -ra --strict-markers"