move root conftest into pytest plugins

This commit is contained in:
2026-07-16 16:30:38 +03:00
parent bfd3148617
commit 14dd97f2ca
6 changed files with 42 additions and 9 deletions
+18
View File
@@ -0,0 +1,18 @@
[build-system]
requires = [
"hatchling",
]
build-backend = "hatchling.build"
[project]
name = "ahriman-pytest-plugins"
version = "1"
classifiers = [
"Framework :: Pytest",
]
[project.entry-points.pytest11]
ahriman-fixtures = "ahriman_fixtures"
[tool.hatch.build.targets.wheel]
packages = ["."]