From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Mon, 25 Oct 2021 19:30:10 +0000
Subject: Disable isort/pytest integration.

---
 setup.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index cfb7c93..72b0de8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,5 @@
 [tool:pytest]
 testpaths = tests
-addopts = --isort
 timeout = 10
 filterwarnings = error
 
