We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1823cb7 commit 168c264Copy full SHA for 168c264
pyproject.toml
@@ -48,12 +48,9 @@ dependencies = [
48
"pytest>=7",
49
]
50
urls = {Homepage = "https://github.com/pytest-dev/pytest-rerunfailures"}
51
-
52
[project.entry-points.pytest11]
53
pytest-rerunfailures = "pytest_rerunfailures"
54
55
56
57
[tool.ruff]
58
fix = true
59
lint.select = [
tests/test_pytest_rerunfailures.py
@@ -3,7 +3,6 @@
3
from unittest import mock
4
5
import pytest
6
7
from pytest_rerunfailures import HAS_PYTEST_HANDLECRASHITEM
8
9
pytest_plugins = "pytester"
0 commit comments