From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Tue, 13 Nov 2018 16:14:15 +0100
Subject: Remove pytest-flake8 and pytest-isort from test runs.

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

diff --git a/setup.cfg b/setup.cfg
index 3b151f0..7aad068 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -43,8 +43,6 @@ install_requires =
 tests_require =
   pytest-runner
   pytest-cov
-  pytest-flake8
-  pytest-isort
 python_requires = >= 3.5
 
 [options.package_data]
@@ -72,7 +70,6 @@ build-dir = docs/_build
 test = pytest
 
 [tool:pytest]
-addopts = --flake8 --isort cssselect2
 norecursedirs = build dist .cache .eggs .git
 
 [coverage:run]
