python313Packages.boost-histogram: add pythonImportsCheck

This commit is contained in:
Tom Hunze
2025-08-31 11:15:13 +02:00
parent 89accea401
commit fff3dacf2d
@@ -73,6 +73,8 @@ buildPythonPackage rec {
"test_numpy_conversion_4"
];
pythonImportsCheck = [ "boost_histogram" ];
meta = {
description = "Python bindings for the C++14 Boost::Histogram library";
homepage = "https://github.com/scikit-hep/boost-histogram";