Blob Blame History Raw
From 4eb2c01dcbfd0782fed8910bd617ac6880bfd801 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= <thrnciar@redhat.com>
Date: Fri, 8 Mar 2024 10:40:26 +0100
Subject: [PATCH] Remove optional or unpackaged test deps
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Co-authored-by: Karolina Surma <ksurma@redhat.com>
Co-authored-by: Miro HronĨok <miro@hroncok.cz>
Co-authored-by: Charalampos Stratakis <cstratak@redhat.com>
Co-authored-by: Lumir Balhar <lbalhar@redhat.com>
---
 setup.cfg | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index c1133a7..3aea015 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -40,13 +40,6 @@ exclude =
 [options.extras_require]
 testing = 
 	pytest >= 6
-	pytest-checkdocs >= 2.4
-	pytest-cov; \
-	python_implementation != "PyPy"
-	pytest-mypy >= 0.9.1; \
-	python_implementation != "PyPy"
-	pytest-enabler >= 2.2
-	pytest-ruff >= 0.2.1; sys_platform != "cygwin"
 	
 	virtualenv>=13.0.0
 	wheel
@@ -56,13 +49,9 @@ testing =
 	pytest-xdist>=3 # Dropped dependency on pytest-fork and py
 	jaraco.path>=3.2.0
 	build[virtualenv]
-	filelock>=3.4.0
 	ini2toml[lite]>=0.9
 	tomli-w>=1.0.0
 	pytest-timeout
-	pytest-perf; \
-	sys_platform != "cygwin"
-	jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"
 	pytest-home >= 0.5
 	mypy==1.9  # pin mypy version so a new version doesn't suddenly cause the CI to fail
 	tomli
-- 
2.43.2