move root conftest into pytest plugins

This commit is contained in:
2026-07-16 16:30:38 +03:00
parent 7c7b4a86af
commit 7f7e5da2d5
6 changed files with 42 additions and 9 deletions
+1 -1
View File
@@ -44,9 +44,9 @@ docs = [
"sphinx-rtd-theme>=1.1.1", # https://stackoverflow.com/a/74355734
]
tests = [
"coverage",
"pytest",
"pytest-aiohttp",
"pytest-cov",
"pytest-helpers-namespace",
"pytest-mock",
"pytest-resource-path",