Blob Blame History Raw
diff --git a/setup.cfg b/setup.cfg
index 6ab6258..5ff9032 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,15 +36,11 @@ project_urls =
 packages = find:
 setup_requires = 
 	cffi >= 1.1.0
-	pytest-runner
 	setuptools
 install_requires = 
 	cffi >= 1.1.0
 tests_require = 
-	pytest-cov
-	pytest-flake8
-	pytest-isort
-	pytest-runner
+	pytest
 	numpy
 python_requires = >= 3.7
 
@@ -59,10 +55,7 @@ doc =
 	sphinx
 	sphinx_rtd_theme
 test = 
-	pytest-runner
-	pytest-cov
-	pytest-flake8
-	pytest-isort
+	pytest
 xcb = 
 	xcffib >= 0.3.2
 
@@ -74,7 +67,6 @@ build-dir = docs/_build
 test = pytest
 
 [tool:pytest]
-addopts = --flake8 --isort
 norecursedirs = build dist .cache .eggs .git
 
 [flake8]