Skip to content

Commit

Permalink
Disable ruff on cygwin where rust compiler isn't available. Ref #3921.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 11, 2023
1 parent fca6d74 commit c4e8bc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ testing =
# workaround for jaraco/skeleton#22
python_implementation != "PyPy"
pytest-enabler >= 1.3
pytest-ruff
# workaround for pypa/setuptools#3921
pytest-ruff; sys_platform != "cygwin"

# local
flake8-2020
Expand Down

0 comments on commit c4e8bc6

Please sign in to comment.