depot/third_party/nixpkgs/pkgs/development/python-modules/tsfresh/remove-pytest-coverage-flags.patch
Default email 5e7c2d6cef Project import generated by Copybara.
GitOrigin-RevId: f99e5f03cc0aa231ab5950a15ed02afec45ed51a
2023-10-09 21:29:22 +02:00

15 lines
422 B
Diff

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 =