python-setuptools/0001-Remove-optional-or-unpackaged-test-deps.patch
2021-11-10 15:59:14 +01:00

39 lines
851 B
Diff

From d327cba9f022992689edd30beb157e0aa0a16c11 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= <thrnciar@redhat.com>
Date: Mon, 13 Sep 2021 17:56:27 +0200
Subject: [PATCH] Remove optional or unpackaged test deps
---
setup.cfg | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/setup.cfg b/setup.cfg
index 9eee792..fbe95f5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -37,21 +37,11 @@ exclude =
[options.extras_require]
testing =
pytest >= 6
- pytest-checkdocs >= 2.4
- pytest-flake8
- pytest-black >= 0.3.7; \
- python_implementation != "PyPy"
- pytest-cov
- pytest-mypy; \
- python_implementation != "PyPy"
- pytest-enabler >= 1.0.1
mock
- flake8-2020
virtualenv>=13.0.0
pytest-virtualenv>=1.2.7
wheel
- paver
pip>=19.1 # For proper file:// URLs support.
jaraco.envs
pytest-xdist
--
2.31.1