From c4e8bc65a7d6b88ff409c48e36b94aaf3ff90517 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 10 May 2023 21:38:33 -0400 Subject: [PATCH] Disable ruff on cygwin where rust compiler isn't available. Ref pypa/setuptools#3921. --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 48ae7a69d5..18ae634e14 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