From 1dcb728146bf16f55a333ea48def036945e64582 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 25 Feb 2023 18:05:50 +0100 Subject: [PATCH] python310Packages.nocaselist: switch to pytestCheckHook --- pkgs/development/python-modules/nocaselist/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/nocaselist/default.nix b/pkgs/development/python-modules/nocaselist/default.nix index 38d2392c1180..7ce20153f373 100644 --- a/pkgs/development/python-modules/nocaselist/default.nix +++ b/pkgs/development/python-modules/nocaselist/default.nix @@ -1,5 +1,7 @@ -{ lib, buildPythonPackage, fetchPypi -, pytest +{ lib +, buildPythonPackage +, fetchPypi +, pytestCheckHook }: buildPythonPackage rec { @@ -12,7 +14,7 @@ buildPythonPackage rec { }; nativeCheckInputs = [ - pytest + pytestCheckHook ]; pythonImportsCheck = [