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

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