Skip to content

Commit 168c264

Browse files
committed
formatting
1 parent 1823cb7 commit 168c264

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,9 @@ dependencies = [
4848
"pytest>=7",
4949
]
5050
urls = {Homepage = "https://github.com/pytest-dev/pytest-rerunfailures"}
51-
5251
[project.entry-points.pytest11]
5352
pytest-rerunfailures = "pytest_rerunfailures"
5453

55-
56-
5754
[tool.ruff]
5855
fix = true
5956
lint.select = [

tests/test_pytest_rerunfailures.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from unittest import mock
44

55
import pytest
6-
76
from pytest_rerunfailures import HAS_PYTEST_HANDLECRASHITEM
87

98
pytest_plugins = "pytester"

0 commit comments

Comments
 (0)