File Remove-optional-or-unpackaged-test-deps.patch of Package python-setuptools
From 491fbcc4dacf59d27fe76d8e3c700746d4fe4a9a Mon Sep 17 00:00:00 2001 From: Karolina Surma <ksurma@redhat.com> Date: Thu, 2 May 2024 11:39:09 +0200 Subject: [PATCH] Remove optional or unpackaged test deps Co-authored-by: Karolina Surma <ksurma@redhat.com> Co-authored-by: Miro HronĨok <miro@hroncok.cz> Co-authored-by: Charalampos Stratakis <cstratak@redhat.com> Co-authored-by: Lumir Balhar <lbalhar@redhat.com> Co-authored-by: Tomas Hrnciar <thrnciar@redhat.com> --- setup.cfg | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/setup.cfg b/setup.cfg index c1133a7..69638e3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,14 +40,6 @@ exclude = [options.extras_require] testing = pytest >= 6 - pytest-checkdocs >= 2.4 - pytest-cov; \ - python_implementation != "PyPy" - pytest-mypy >= 0.9.1; \ - python_implementation != "PyPy" - pytest-enabler >= 2.2 - pytest-ruff >= 0.2.1; sys_platform != "cygwin" - virtualenv>=13.0.0 wheel pip>=19.1 # For proper file:// URLs support. @@ -56,15 +48,10 @@ testing = pytest-xdist>=3 # Dropped dependency on pytest-fork and py jaraco.path>=3.2.0 build[virtualenv] - filelock>=3.4.0 ini2toml[lite]>=0.9 tomli-w>=1.0.0 pytest-timeout - pytest-perf; \ - sys_platform != "cygwin" - jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin" pytest-home >= 0.5 - mypy==1.9 # pin mypy version so a new version doesn't suddenly cause the CI to fail tomli importlib_metadata testing-integration = -- 2.44.0