diff --git a/pkgs/development/python-modules/coffea/default.nix b/pkgs/development/python-modules/coffea/default.nix index b7713f9a025f..91e270c7046d 100644 --- a/pkgs/development/python-modules/coffea/default.nix +++ b/pkgs/development/python-modules/coffea/default.nix @@ -38,6 +38,7 @@ distributed, pyinstrument, pytestCheckHook, + pytest-xdist, }: buildPythonPackage rec { @@ -90,6 +91,7 @@ buildPythonPackage rec { distributed pyinstrument pytestCheckHook + pytest-xdist ]; pythonImportsCheck = [ "coffea" ];