From c275c5bf0785b3fde3ab7020b83794311d8d0e4e Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Mon, 9 Jun 2025 03:30:12 +0200 Subject: [PATCH] python3Packages.deltalake: use pytest-cov-stub --- pkgs/development/python-modules/deltalake/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ];