Blame SOURCES/Remove-optional-or-unpackaged-test-deps.patch

a2cebe
From 87a18ba242ac7f02d41b877ffc796dde42e6a93e Mon Sep 17 00:00:00 2001
a2cebe
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= <thrnciar@redhat.com>
a2cebe
Date: Wed, 10 Aug 2022 16:08:41 +0200
a2cebe
Subject: [PATCH] Remove optional or unpackaged test deps
a2cebe
a2cebe
---
a2cebe
 setup.cfg | 14 --------------
a2cebe
 1 file changed, 14 deletions(-)
a2cebe
a2cebe
diff --git a/setup.cfg b/setup.cfg
a2cebe
index b4ee876..094f621 100644
a2cebe
--- a/setup.cfg
a2cebe
+++ b/setup.cfg
a2cebe
@@ -39,19 +39,7 @@ exclude =
a2cebe
 [options.extras_require]
a2cebe
 testing = 
a2cebe
 	pytest >= 6
a2cebe
-	pytest-checkdocs >= 2.4
a2cebe
-	pytest-flake8
a2cebe
-	flake8 < 5
a2cebe
-	pytest-black >= 0.3.7; \
a2cebe
-	python_implementation != "PyPy"
a2cebe
-	pytest-cov; \
a2cebe
-	python_implementation != "PyPy"
a2cebe
-	pytest-mypy >= 0.9.1; \
a2cebe
-	python_implementation != "PyPy"
a2cebe
-	pytest-enabler >= 1.3
a2cebe
-	pytest-perf
a2cebe
 	
a2cebe
-	flake8-2020
a2cebe
 	virtualenv>=13.0.0
a2cebe
 	wheel
a2cebe
 	pip>=19.1 # For proper file:// URLs support.
a2cebe
@@ -59,8 +47,6 @@ testing =
a2cebe
 	pytest-xdist
a2cebe
 	jaraco.path>=3.2.0
a2cebe
 	build[virtualenv]
a2cebe
-	filelock>=3.4.0
a2cebe
-	pip_run>=8.8
a2cebe
 	ini2toml[lite]>=0.9
a2cebe
 	tomli-w>=1.0.0
a2cebe
 	pytest-timeout
a2cebe
-- 
a2cebe
2.37.3
a2cebe