Skip to content

Commit c6eb8d0

Browse files
Bordahugovk
andauthored
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 7e45b0b commit c6eb8d0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pyproject.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ readme = "README.rst"
1616
keywords = [
1717
"failures",
1818
"flaky",
19-
"py.test",
19+
"pytest",
2020
"pytest",
2121
"rerun",
2222
]
@@ -48,10 +48,6 @@ dependencies = [
4848
"pytest>=7",
4949
]
5050
urls = {Homepage = "https://github.com/pytest-dev/pytest-rerunfailures"}
51-
[project.scripts]
52-
pytest-rerunfailures = "pytest_rerunfailures:main"
5351

54-
[tool.setuptools.packages.find]
55-
where = ["src"]
56-
# to disable scanning PEP 420 namespaces (true by default)
57-
namespaces = false
52+
[project.entry-points.pytest11]
53+
pytest-rerunfailures = "pytest_rerunfailures"

0 commit comments

Comments
 (0)