Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit e6ef991

Browse files
committed
Fix pyproject so that our little tests can pass.
1 parent 1a60648 commit e6ef991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: python/pytest-selfie/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ pytest = "^8.0.0"
2121
requires = ["poetry-core"]
2222
build-backend = "poetry.core.masonry.api"
2323

24-
[project.entry-points.pytest11]
25-
pytest_selfie = "pytest_selfie.plugin"
24+
[tool.poetry.plugins.pytest11]
25+
pytest_selfie = "pytest_selfie.plugin"

0 commit comments

Comments
 (0)