python313Packages.dramatiq: migrate to pytest-cov-stub

Changed files
+2 -2
pkgs
development
python-modules
dramatiq
+2 -2
pkgs/development/python-modules/dramatiq/default.nix
···
prometheus-client,
pylibmc,
pytestCheckHook,
+
pytest-cov-stub,
redis,
setuptools,
watchdog,
···
nativeCheckInputs = [
pytestCheckHook
+
pytest-cov-stub
pika
redis
pylibmc
···
postPatch = ''
sed -i ./setup.cfg \
-
-e 's:--cov dramatiq::' \
-
-e 's:--cov-report html::' \
-e 's:--benchmark-autosave::' \
-e 's:--benchmark-compare::' \
'';