From b0eddf7a757af059e2181f7f6450669fdc7829dc Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Tue, 6 Aug 2024 23:57:45 +0200 Subject: [PATCH] python311Packages.stups-pierone: migrate to pytestCheckHook --- pkgs/development/python-modules/stups-pierone/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/stups-pierone/default.nix b/pkgs/development/python-modules/stups-pierone/default.nix index af90fcb19348..ddb54dfac2ab 100644 --- a/pkgs/development/python-modules/stups-pierone/default.nix +++ b/pkgs/development/python-modules/stups-pierone/default.nix @@ -5,8 +5,7 @@ requests, stups-cli-support, stups-zign, - pytest, - pytest-cov, + pytestCheckHook, hypothesis, pythonOlder, }: @@ -36,8 +35,7 @@ buildPythonPackage rec { ''; nativeCheckInputs = [ - pytest - pytest-cov + pytestCheckHook hypothesis ];