1diff --git a/setup.cfg b/setup.cfg
2index e29e54e..fe8892f 100644
3--- a/setup.cfg
4+++ b/setup.cfg
5@@ -99,10 +99,6 @@ extras = True
6 # e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml
7 # in order to write a coverage file that can be read by Jenkins.
8 junit_family = xunit2
9-addopts =
10- --cov tsfresh --cov-report term-missing
11- --verbose
12- #-n auto
13 testpaths = tests
14 filterwarnings =
15