We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e58aa8 commit 26e4972Copy full SHA for 26e4972
pyproject.toml
@@ -1,8 +1,7 @@
1
[build-system]
2
build-backend = "setuptools.build_meta"
3
requires = [
4
- "setuptools",
5
- "setuptools-scm",
+ "setuptools >= 40.0",
6
]
7
8
[tool.check-manifest]
@@ -49,7 +48,7 @@ dependencies = [
49
48
50
urls = {Homepage = "https://github.com/pytest-dev/pytest-rerunfailures"}
51
[project.entry-points.pytest11]
52
-pytest-rerunfailures = "pytest_rerunfailures"
+rerunfailures = "pytest_rerunfailures"
53
54
[tool.ruff]
55
fix = true
0 commit comments