mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-07-17 08:11:08 +00:00
move root conftest into pytest plugins
This commit is contained in:
@@ -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 = ["."]
|
||||
Reference in New Issue
Block a user