From f993429d0c4e17e6f949cfb0bf5e3d890cf76f01 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Tue, 28 May 2024 00:52:23 +0200 Subject: [PATCH] python311Packages.summarytools: remove pytestCheckHook there are no tests upstream --- pkgs/development/python-modules/summarytools/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/summarytools/default.nix b/pkgs/development/python-modules/summarytools/default.nix index 58457768fe0e..40b5359cb35e 100644 --- a/pkgs/development/python-modules/summarytools/default.nix +++ b/pkgs/development/python-modules/summarytools/default.nix @@ -8,7 +8,6 @@ matplotlib, numpy, pandas, - pytestCheckHook, }: buildPythonPackage rec { @@ -32,8 +31,6 @@ buildPythonPackage rec { pandas ]; - nativeCheckImports = [ pytestCheckHook ]; - pythonImportsCheck = [ "summarytools" ]; meta = with lib; {