From ac4087fae7fd1258d37956c407f7cb0bd583427f Mon Sep 17 00:00:00 2001 From: natsukium Date: Mon, 7 Oct 2024 18:09:05 +0900 Subject: [PATCH] python312Packages.cloudpathlib: clean up check dependencies --- pkgs/development/python-modules/cloudpathlib/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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