Unverified Commit fff3dacf authored by Tom Hunze's avatar Tom Hunze
Browse files

python313Packages.boost-histogram: add `pythonImportsCheck`

parent 89accea4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";