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

47 lines
1.0 KiB
Diff
Raw Normal View History

2022-07-28 08:55:18 +00:00
From 63874ca94497e90a4da97e351cc04aa63d0a5480 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= <thrnciar@redhat.com>
Date: Wed, 10 Aug 2022 16:08:41 +0200
Subject: [PATCH] Remove optional or unpackaged test deps
2021-09-15 06:16:59 +00:00
---
2022-07-28 08:55:18 +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
2022-07-28 08:55:18 +00:00
index 6dfa389..514c65c 100644
2021-09-15 06:16:59 +00:00
--- a/setup.cfg
+++ b/setup.cfg
2022-07-28 08:55:18 +00:00
@@ -38,20 +38,8 @@ 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-flake8
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
2021-09-15 06:16:59 +00:00
mock
- flake8-2020
virtualenv>=13.0.0
wheel
pip>=19.1 # For proper file:// URLs support.
2022-07-28 08:55:18 +00:00
@@ -59,8 +47,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
testing-integration =
2021-09-15 06:16:59 +00:00
--
2022-07-28 08:55:18 +00:00
2.36.1
2021-09-15 06:16:59 +00:00