about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/tsfresh/remove-pytest-coverage-flags.patch
blob: 86b29606a6e32685874769c54e30e456abf59f1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/setup.cfg b/setup.cfg
index e29e54e..fe8892f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -99,10 +99,6 @@ extras = True
 # e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml
 # in order to write a coverage file that can be read by Jenkins.
 junit_family = xunit2
-addopts =
-    --cov tsfresh --cov-report term-missing
-    --verbose
-    #-n auto
 testpaths = tests
 filterwarnings =