From 7fe99cb420cc5f2809880088f5c81e76cc01ca7d Mon Sep 17 00:00:00 2001 From: Avasam Date: Wed, 6 Mar 2024 11:11:11 -0500 Subject: [PATCH] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index eebacd155cf..3b04485f01f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ testing = # coverage seems to make PyPy extremely slow python_implementation != "PyPy" pytest-mypy >= 0.9.1; \ - # workaround for https://github.com/jaraco/skeleton/issues/22 + # workaround for jaraco/skeleton#22 python_implementation != "PyPy" # workaround for pypa/setuptools#3921 pytest-ruff >= 0.2.1; sys_platform != "cygwin"