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

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