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

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