summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2023-05-11 19:50:52 -0400
committerGitHub <noreply@github.com>2023-05-11 19:50:52 -0400
commite76db4408e40a5c0a218ef6f652454f69c5aca59 (patch)
treecc123e7d2dee243f06c6ac652452f188e4a94b4e
parentfca6d742d4a05b7ce5be1328d9eb517ca96cce7e (diff)
parentc4e8bc65a7d6b88ff409c48e36b94aaf3ff90517 (diff)
downloadpython-setuptools-git-main.tar.gz
Merge pull request #3923 from pypa/debt/disable-cygwinHEADmain
Disable cygwin for now
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 48ae7a69..18ae634e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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