diff --git a/setup.cfg b/setup.cfg index b3b3c2d..944ca52 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,8 +40,6 @@ install_requires = tests_require = pytest-runner pytest-cov - pytest-flake8 - pytest-isort python_requires = >= 3.5 [options.package_data] @@ -56,8 +54,6 @@ doc = test = pytest-runner pytest-cov - pytest-flake8 - pytest-isort [bdist_wheel] python-tag = py3 @@ -70,7 +66,6 @@ build-dir = docs/_build test = pytest [tool:pytest] -addopts = --flake8 --isort norecursedirs = build dist .cache .eggs .git [coverage:run]