mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
python313Packages.pydash: migrate to pytest-cov-stub
This commit is contained in:
parent
caa83eb303
commit
8e9fe51ab2
1 changed files with 2 additions and 5 deletions
|
@ -5,6 +5,7 @@
|
||||||
invoke,
|
invoke,
|
||||||
mock,
|
mock,
|
||||||
pytest7CheckHook,
|
pytest7CheckHook,
|
||||||
|
pytest-cov-stub,
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
setuptools,
|
setuptools,
|
||||||
sphinx-rtd-theme,
|
sphinx-rtd-theme,
|
||||||
|
@ -25,11 +26,6 @@ buildPythonPackage rec {
|
||||||
hash = "sha256-4zNljz0U/iQd2DMC43qkdOY/mwtPlizgLmoaB7BVmxw=";
|
hash = "sha256-4zNljz0U/iQd2DMC43qkdOY/mwtPlizgLmoaB7BVmxw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
sed -i "/--cov/d" pyproject.toml
|
|
||||||
sed -i "/--no-cov/d" pyproject.toml
|
|
||||||
'';
|
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|
||||||
dependencies = [ typing-extensions ];
|
dependencies = [ typing-extensions ];
|
||||||
|
@ -38,6 +34,7 @@ buildPythonPackage rec {
|
||||||
invoke
|
invoke
|
||||||
mock
|
mock
|
||||||
pytest7CheckHook
|
pytest7CheckHook
|
||||||
|
pytest-cov-stub
|
||||||
sphinx-rtd-theme
|
sphinx-rtd-theme
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue