mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
python313Packages.tsfresh: migrate to pytest-cov-stub
This commit is contained in:
parent
7efa78f7e7
commit
c09e132050
2 changed files with 2 additions and 16 deletions
|
@ -17,6 +17,7 @@
|
|||
stumpy,
|
||||
cloudpickle,
|
||||
pytestCheckHook,
|
||||
pytest-cov-stub,
|
||||
pytest-xdist,
|
||||
mock,
|
||||
matplotlib,
|
||||
|
@ -43,7 +44,6 @@ buildPythonPackage rec {
|
|||
patches = [
|
||||
# The pyscaffold is not a build dependency but just a python project bootstrapping tool, so we do not need it
|
||||
./remove-pyscaffold.patch
|
||||
./remove-pytest-coverage-flags.patch
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
|
@ -63,6 +63,7 @@ buildPythonPackage rec {
|
|||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pytest-cov-stub
|
||||
pytest-xdist
|
||||
mock
|
||||
matplotlib
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
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 =
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue