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

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