mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +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,
|
stumpy,
|
||||||
cloudpickle,
|
cloudpickle,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
|
pytest-cov-stub,
|
||||||
pytest-xdist,
|
pytest-xdist,
|
||||||
mock,
|
mock,
|
||||||
matplotlib,
|
matplotlib,
|
||||||
|
@ -43,7 +44,6 @@ buildPythonPackage rec {
|
||||||
patches = [
|
patches = [
|
||||||
# The pyscaffold is not a build dependency but just a python project bootstrapping tool, so we do not need it
|
# The pyscaffold is not a build dependency but just a python project bootstrapping tool, so we do not need it
|
||||||
./remove-pyscaffold.patch
|
./remove-pyscaffold.patch
|
||||||
./remove-pytest-coverage-flags.patch
|
|
||||||
];
|
];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
@ -63,6 +63,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
|
pytest-cov-stub
|
||||||
pytest-xdist
|
pytest-xdist
|
||||||
mock
|
mock
|
||||||
matplotlib
|
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