diff --git a/pkgs/development/python-modules/deltalake/default.nix b/pkgs/development/python-modules/deltalake/default.nix index 93b592d465d4..208b8ecf5f38 100644 --- a/pkgs/development/python-modules/deltalake/default.nix +++ b/pkgs/development/python-modules/deltalake/default.nix @@ -11,7 +11,7 @@ pkg-config, pytestCheckHook, pytest-benchmark, - pytest-cov, + pytest-cov-stub, pytest-mock, pandas, azure-storage-blob, @@ -62,7 +62,7 @@ buildPythonPackage rec { pytestCheckHook pandas pytest-benchmark - pytest-cov + pytest-cov-stub pytest-mock azure-storage-blob ];