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