Blob Blame History Raw
diff --git a/setup.cfg b/setup.cfg
index 1e88b56..62725f6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -52,8 +52,6 @@ install_requires =
 tests_require = 
 	pytest-runner
 	pytest-cov
-	pytest-flake8
-	pytest-isort
 python_requires = >= 3.5
 
 [options.entry_points]
@@ -71,8 +69,6 @@ doc =
 test = 
 	pytest-runner
 	pytest-cov
-	pytest-flake8
-	pytest-isort
 
 [bdist_wheel]
 python-tag = py3
@@ -85,7 +81,6 @@ build-dir = docs/_build
 test = pytest
 
 [tool:pytest]
-addopts = --flake8 --isort
 norecursedirs = build dist .cache .eggs .git
 
 [coverage:run]