python3Packages.awkward-cpp: enable tests

This commit is contained in:
Sigmanificient
2026-07-19 02:38:38 +02:00
parent 6488525151
commit 15326b8605

View File

@@ -11,6 +11,8 @@
# dependencies
numpy,
pytestCheckHook,
}:
buildPythonPackage (finalAttrs: {
@@ -38,6 +40,8 @@ buildPythonPackage (finalAttrs: {
pythonImportsCheck = [ "awkward_cpp" ];
nativeCheckInputs = [ pytestCheckHook ];
meta = {
description = "CPU kernels and compiled extensions for Awkward Array";
homepage = "https://github.com/scikit-hep/awkward";