python313Packages.dramatiq: migrate to pytest-cov-stub

This commit is contained in:
Peder Bergebakken Sundt 2025-06-02 05:56:23 +02:00
parent e46124906d
commit 341e14abbc

View file

@ -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::' \
'';