python311Packages.pure-protobuf: migrate to pytest-cov-stub

This commit is contained in:
Peder Bergebakken Sundt
2024-08-06 22:28:52 +02:00
parent ea70a0b57d
commit 044b3270f1
@@ -8,7 +8,7 @@
typing-extensions,
pytestCheckHook,
pytest-benchmark,
pytest-cov,
pytest-cov-stub,
pydantic,
}:
@@ -39,7 +39,7 @@ buildPythonPackage rec {
pydantic
pytestCheckHook
pytest-benchmark
pytest-cov
pytest-cov-stub
];
pytestFlagsArray = [ "--benchmark-disable" ];