From 14ab2b349d1b9dbbcf56aaa7c6f54fbbb9b41f99 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 14 Sep 2024 15:49:33 +0200 Subject: [PATCH] python312Packages.coffea: add pytest-xdist to enable parallel testing --- pkgs/development/python-modules/coffea/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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" ];