diff --git a/pkgs/development/python-modules/cloudpathlib/default.nix b/pkgs/development/python-modules/cloudpathlib/default.nix index c1a08ec5d991..133277a0a228 100644 --- a/pkgs/development/python-modules/cloudpathlib/default.nix +++ b/pkgs/development/python-modules/cloudpathlib/default.nix @@ -11,9 +11,9 @@ boto3, psutil, pydantic, - pytest7CheckHook, + pytestCheckHook, pytest-cases, - pytest-cov, + pytest-cov-stub, pytest-xdist, python-dotenv, shortuuid, @@ -53,9 +53,9 @@ buildPythonPackage rec { nativeCheckInputs = [ psutil pydantic - pytest7CheckHook + pytestCheckHook pytest-cases - pytest-cov + pytest-cov-stub pytest-xdist python-dotenv shortuuid