Skip to content

Commit b7410ab

Browse files
committed
Pin pytest-ruff on Windows.
Workaround for businho/pytest-ruff#28; Closes #4467.
1 parent aa77625 commit b7410ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ test = [
7070
"pyproject-hooks!=1.1",
7171

7272
"jaraco.test",
73+
74+
# workaround for businho/pytest-ruff#28
75+
'pytest-ruff < 0.4; platform_system == "Windows"',
7376
]
7477
doc = [
7578
# upstream

0 commit comments

Comments
 (0)