diff --git a/pkgs/development/python-modules/boost-histogram/default.nix b/pkgs/development/python-modules/boost-histogram/default.nix index c6202a915a5b..d4550682f605 100644 --- a/pkgs/development/python-modules/boost-histogram/default.nix +++ b/pkgs/development/python-modules/boost-histogram/default.nix @@ -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" ];