From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Tue, 10 Jul 2018 10:05:00 +0200
Subject: Do not use pytest-isort and pytest-flake8 in tests,
 not packaged yet.

---
 setup.cfg | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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