python3Packages.polars: use pytest-cov-stub

This commit is contained in:
Peder Bergebakken Sundt
2025-06-17 06:37:10 +02:00
parent 6e151afe62
commit 0e2dc8729c
@@ -9,7 +9,7 @@
pkgs, # zstd hidden by python3Packages.zstd
pytestCheckHook,
pytest-codspeed ? null, # Not in Nixpkgs
pytest-cov,
pytest-cov-stub,
pytest-xdist,
pytest-benchmark,
rustc,
@@ -229,7 +229,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-codspeed
pytest-cov
pytest-cov-stub
pytest-xdist
pytest-benchmark
];