python-setuptools/Remove-optional-or-unpackaged-test-deps.patch

49 lines
1.1 KiB
Diff
Raw Normal View History

2023-09-21 07:09:17 +00:00
From 850efbc4dfe5b8c64dd21617bc856ba0d4e3a082 Mon Sep 17 00:00:00 2001
From: Lumir Balhar <lbalhar@redhat.com>
Date: Wed, 20 Sep 2023 19:47:05 +0200
2022-07-28 08:55:18 +00:00
Subject: [PATCH] Remove optional or unpackaged test deps
2021-09-15 06:16:59 +00:00
---
2023-09-21 07:09:17 +00:00
setup.cfg | 14 --------------
1 file changed, 14 deletions(-)
2021-09-15 06:16:59 +00:00
diff --git a/setup.cfg b/setup.cfg
2023-09-21 07:09:17 +00:00
index c7aaf14..33b9cd7 100644
2021-09-15 06:16:59 +00:00
--- a/setup.cfg
+++ b/setup.cfg
2023-09-21 07:09:17 +00:00
@@ -42,17 +42,7 @@ exclude =
2021-09-15 06:16:59 +00:00
[options.extras_require]
testing =
2021-11-10 14:59:14 +00:00
pytest >= 6
2021-09-15 06:16:59 +00:00
- pytest-checkdocs >= 2.4
- pytest-black >= 0.3.7; \
- python_implementation != "PyPy"
- pytest-cov; \
- python_implementation != "PyPy"
- pytest-mypy >= 0.9.1; \
2021-09-15 06:16:59 +00:00
- python_implementation != "PyPy"
2023-09-21 07:09:17 +00:00
- pytest-enabler >= 2.2
- pytest-ruff; sys_platform != "cygwin"
2021-09-15 06:16:59 +00:00
- flake8-2020
virtualenv>=13.0.0
wheel
pip>=19.1 # For proper file:// URLs support.
2023-09-21 07:09:17 +00:00
@@ -60,13 +50,9 @@ testing =
pytest-xdist
jaraco.path>=3.2.0
build[virtualenv]
- filelock>=3.4.0
ini2toml[lite]>=0.9
tomli-w>=1.0.0
2022-11-08 14:26:16 +00:00
pytest-timeout
2023-09-21 07:09:17 +00:00
- pytest-perf; \
- sys_platform != "cygwin"
- jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"
testing-integration =
pytest
pytest-xdist
2021-09-15 06:16:59 +00:00
--
2023-09-21 07:09:17 +00:00
2.41.0
2021-09-15 06:16:59 +00:00