Skip to content

Commit 26e4972

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
33
requires = [
4-
"setuptools",
5-
"setuptools-scm",
4+
"setuptools >= 40.0",
65
]
76

87
[tool.check-manifest]
@@ -49,7 +48,7 @@ dependencies = [
4948
]
5049
urls = {Homepage = "https://github.com/pytest-dev/pytest-rerunfailures"}
5150
[project.entry-points.pytest11]
52-
pytest-rerunfailures = "pytest_rerunfailures"
51+
rerunfailures = "pytest_rerunfailures"
5352

5453
[tool.ruff]
5554
fix = true

0 commit comments

Comments
 (0)