mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +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,
|
||||
mock,
|
||||
pytest7CheckHook,
|
||||
pytest-cov-stub,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
sphinx-rtd-theme,
|
||||
|
@ -25,11 +26,6 @@ buildPythonPackage rec {
|
|||
hash = "sha256-4zNljz0U/iQd2DMC43qkdOY/mwtPlizgLmoaB7BVmxw=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
sed -i "/--cov/d" pyproject.toml
|
||||
sed -i "/--no-cov/d" pyproject.toml
|
||||
'';
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [ typing-extensions ];
|
||||
|
@ -38,6 +34,7 @@ buildPythonPackage rec {
|
|||
invoke
|
||||
mock
|
||||
pytest7CheckHook
|
||||
pytest-cov-stub
|
||||
sphinx-rtd-theme
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue