Unverified Commit 89accea4 authored by Tom Hunze's avatar Tom Hunze
Browse files

python313Packages.boost-histogram: update `nativeCheckInputs`

Update to match upstream. This enables more tests.
parent 0075a3a3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -23,6 +23,9 @@
  # tests
  pytestCheckHook,
  pytest-benchmark,
  pytest-xdist,
  cloudpickle,
  hypothesis,
}:

buildPythonPackage rec {
@@ -57,6 +60,9 @@ buildPythonPackage rec {
  nativeCheckInputs = [
    pytestCheckHook
    pytest-benchmark
    pytest-xdist
    cloudpickle
    hypothesis
  ];

  pytestFlags = [ "--benchmark-disable" ];