python313Packages.boost-histogram: update `nativeCheckInputs`

Update to match upstream. This enables more tests.

Tom Hunze 89accea4 0075a3a3

Changed files
+6
pkgs
development
python-modules
boost-histogram
+6
pkgs/development/python-modules/boost-histogram/default.nix
···
# tests
pytestCheckHook,
pytest-benchmark,
+
pytest-xdist,
+
cloudpickle,
+
hypothesis,
}:
buildPythonPackage rec {
···
nativeCheckInputs = [
pytestCheckHook
pytest-benchmark
+
pytest-xdist
+
cloudpickle
+
hypothesis
];
pytestFlags = [ "--benchmark-disable" ];