ebda604
From 7b0ba61bfbe7765d034f82158eba57c74b770405 Mon Sep 17 00:00:00 2001
748e1cb
From: Karolina Surma <ksurma@redhat.com>
748e1cb
Date: Mon, 21 Feb 2022 09:22:42 +0100
748e1cb
Subject: [PATCH] Update
a957ae1
a957ae1
---
ebda604
 setup.cfg | 13 -------------
ebda604
 1 file changed, 13 deletions(-)
a957ae1
a957ae1
diff --git a/setup.cfg b/setup.cfg
ebda604
index 8c71052..e6df94f 100644
a957ae1
--- a/setup.cfg
a957ae1
+++ b/setup.cfg
748e1cb
@@ -38,19 +38,8 @@ exclude =
a957ae1
 [options.extras_require]
a957ae1
 testing = 
6522fcf
 	pytest >= 6
a957ae1
-	pytest-checkdocs >= 2.4
a957ae1
-	pytest-flake8
a957ae1
-	pytest-black >= 0.3.7; \
a957ae1
-	python_implementation != "PyPy"
748e1cb
-	pytest-cov; \
748e1cb
-	python_implementation != "PyPy"
748e1cb
-	pytest-mypy >= 0.9.1; \
a957ae1
-	python_implementation != "PyPy"
a957ae1
-	pytest-enabler >= 1.0.1
748e1cb
-	pytest-perf
a957ae1
 	
a957ae1
 	mock
a957ae1
-	flake8-2020
a957ae1
 	virtualenv>=13.0.0
a957ae1
 	wheel
a957ae1
 	pip>=19.1 # For proper file:// URLs support.
ebda604
@@ -58,8 +47,6 @@ testing =
748e1cb
 	pytest-xdist
748e1cb
 	jaraco.path>=3.2.0
ebda604
 	build[virtualenv]
748e1cb
-	filelock>=3.4.0
748e1cb
-	pip_run>=8.8
ebda604
 	ini2toml[lite]>=0.9
ebda604
 	tomli-w>=1.0.0
748e1cb
 testing-integration = 
a957ae1
-- 
ebda604
2.35.3
a957ae1