python313Packages.boost-histogram: update nativeCheckInputs
Update to match upstream. This enables more tests.
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user