Skip to content

Commit c4e8bc6

Browse files
committedMay 11, 2023
Disable ruff on cygwin where rust compiler isn't available. Ref #3921.
1 parent fca6d74 commit c4e8bc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ testing =
5353
# workaround for jaraco/skeleton#22
5454
python_implementation != "PyPy"
5555
pytest-enabler >= 1.3
56-
pytest-ruff
56+
# workaround for pypa/setuptools#3921
57+
pytest-ruff; sys_platform != "cygwin"
5758

5859
# local
5960
flake8-2020

0 commit comments

Comments
 (0)
Please sign in to comment.