Skip to content

Commit

Permalink
Merge pull request #3923 from pypa/debt/disable-cygwin
Browse files Browse the repository at this point in the history
Disable cygwin for now
  • Loading branch information
jaraco committed May 11, 2023
2 parents fca6d74 + c4e8bc6 commit e76db44
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 e76db44

Please sign in to comment.