Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 33c4896

Browse files
committed
Exclude pytest-ruff (and thus ruff), which cannot build on cygwin.
Ref pypa/setuptools#3921
1 parent c9729e1 commit 33c4896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ test = [
3232
"pytest-cov",
3333
"pytest-mypy",
3434
"pytest-enabler >= 2.2",
35-
"pytest-ruff >= 0.2.1",
35+
"pytest-ruff >= 0.2.1; sys_platform != 'cygwin'",
3636

3737
# local
3838
]

0 commit comments

Comments
 (0)