Blob Blame History Raw
From daa2a88049501ca375d8f8087ffca6d26a352afb Mon Sep 17 00:00:00 2001
From: Ondrej Mosnacek <omosnace@redhat.com>
Date: Sat, 21 Jan 2023 11:36:07 +0100
Subject: [PATCH] Disable linters

---
 setup.cfg | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 541767d..463d467 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -37,14 +37,6 @@ exclude =
 [options.extras_require]
 testing = 
 	pytest >= 6
-	pytest-checkdocs >= 2.4
-	pytest-flake8
-	pytest-black >= 0.3.7; \
-	python_implementation != "PyPy"
-	pytest-cov
-	pytest-mypy >= 0.9.1; \
-	python_implementation != "PyPy"
-	pytest-enabler >= 1.3
 	
 	pygments
 docs = 
-- 
2.39.1