python3Packages.polars: use pytest-cov-stub
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user