python313Packages.boost-histogram: update nativeCheckInputs

Update to match upstream. This enables more tests.
This commit is contained in:
Tom Hunze
2025-08-31 11:14:21 +02:00
parent 0075a3a3e4
commit 89accea401
@@ -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" ];