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

47 lines
1.0 KiB
Diff
Raw Normal View History

2023-03-08 01:50:54 +00:00
From a03fa24ad65286ad9f2dc8bf1934bc84525ed06f Mon Sep 17 00:00:00 2001
From: Charalampos Stratakis <cstratak@redhat.com>
Date: Wed, 8 Mar 2023 02:48:31 +0100
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-03-08 01:50:54 +00:00
setup.cfg | 16 ----------------
1 file changed, 16 deletions(-)
2021-09-15 06:16:59 +00:00
diff --git a/setup.cfg b/setup.cfg
2023-03-08 01:50:54 +00:00
index 4791ed6..2776b31 100644
2021-09-15 06:16:59 +00:00
--- a/setup.cfg
+++ b/setup.cfg
2023-03-08 01:50:54 +00:00
@@ -39,20 +39,6 @@ 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
2023-03-08 01:50:54 +00:00
- pytest-flake8; \
- python_version < "3.12"
2022-07-28 08:55:18 +00:00
- flake8 < 5
2021-09-15 06:16:59 +00:00
- 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"
2022-07-28 08:55:18 +00:00
- pytest-enabler >= 1.3
- pytest-perf
2023-03-08 01:50:54 +00:00
-
2021-09-15 06:16:59 +00:00
- flake8-2020
virtualenv>=13.0.0
wheel
pip>=19.1 # For proper file:// URLs support.
2023-03-08 01:50:54 +00:00
@@ -60,8 +46,6 @@ testing =
pytest-xdist
jaraco.path>=3.2.0
build[virtualenv]
- filelock>=3.4.0
- pip_run>=8.8
ini2toml[lite]>=0.9
tomli-w>=1.0.0
2022-11-08 14:26:16 +00:00
pytest-timeout
2021-09-15 06:16:59 +00:00
--
2023-03-08 01:50:54 +00:00
2.39.2
2021-09-15 06:16:59 +00:00