python311Packages.summarytools: remove pytestCheckHook

there are no tests upstream
This commit is contained in:
Peder Bergebakken Sundt
2024-09-12 23:50:53 +02:00
parent d2f22a8e8c
commit f993429d0c
@@ -8,7 +8,6 @@
matplotlib,
numpy,
pandas,
pytestCheckHook,
}:
buildPythonPackage rec {
@@ -32,8 +31,6 @@ buildPythonPackage rec {
pandas
];
nativeCheckImports = [ pytestCheckHook ];
pythonImportsCheck = [ "summarytools" ];
meta = with lib; {