mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
python313Packages.dramatiq: migrate to pytest-cov-stub
This commit is contained in:
parent
e46124906d
commit
341e14abbc
1 changed files with 2 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
|||
prometheus-client,
|
||||
pylibmc,
|
||||
pytestCheckHook,
|
||||
pytest-cov-stub,
|
||||
redis,
|
||||
setuptools,
|
||||
watchdog,
|
||||
|
@ -54,6 +55,7 @@ buildPythonPackage rec {
|
|||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pytest-cov-stub
|
||||
pika
|
||||
redis
|
||||
pylibmc
|
||||
|
@ -61,8 +63,6 @@ buildPythonPackage rec {
|
|||
|
||||
postPatch = ''
|
||||
sed -i ./setup.cfg \
|
||||
-e 's:--cov dramatiq::' \
|
||||
-e 's:--cov-report html::' \
|
||||
-e 's:--benchmark-autosave::' \
|
||||
-e 's:--benchmark-compare::' \
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue