mastodon: 4.3.1 -> 4.3.2 (#361487)
[NixPkgs.git] / pkgs / development / python-modules / tsfresh / remove-pytest-coverage-flags.patch
blob86b29606a6e32685874769c54e30e456abf59f1d
1 diff --git a/setup.cfg b/setup.cfg
2 index 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 =