summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 3b8816d..0115481 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,7 +14,7 @@ multi_line_output = 3
not_skip = __init__.py
[tool:pytest]
-addopts = --showlocals --full-trace --flake8 --isort --cov rgain3 --cov-report term-missing
+addopts = --showlocals --full-trace
flake8-max-line-length = 80
flake8-max-complexity = 20