From df2eef0dedc3aeb49a2158f4dd57a2bed9b49875 Mon Sep 17 00:00:00 2001 From: Pyrox Date: Tue, 15 Oct 2024 21:19:32 -0400 Subject: [PATCH] python312Packages.fairscale: pytest-cov -> pytest-cov-stub --- pkgs/development/python-modules/fairscale/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/fairscale/default.nix b/pkgs/development/python-modules/fairscale/default.nix index 4472d6e24a4f..e870e2c934e7 100644 --- a/pkgs/development/python-modules/fairscale/default.nix +++ b/pkgs/development/python-modules/fairscale/default.nix @@ -11,7 +11,7 @@ # check inputs pytestCheckHook, parameterized, - pytest-cov, + pytest-cov-stub, pytest-timeout, remote-pdb, }: @@ -51,7 +51,7 @@ buildPythonPackage { nativeCheckInputs = [ pytestCheckHook parameterized - pytest-cov + pytest-cov-stub pytest-timeout remote-pdb ];