From 9e8882a55da581699f54976464f70ed6390fad69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 23 Jun 2026 10:58:19 +0200 Subject: [PATCH] python314Packages.narwhals: increase tests execution time 215s to 20s --- pkgs/development/python-modules/narwhals/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/narwhals/default.nix b/pkgs/development/python-modules/narwhals/default.nix index 6b39d0a016a3..c37327e9ea01 100644 --- a/pkgs/development/python-modules/narwhals/default.nix +++ b/pkgs/development/python-modules/narwhals/default.nix @@ -16,6 +16,7 @@ pyarrow, pyspark, pytest-env, + pytest-xdist, pytestCheckHook, rich, sqlframe, @@ -76,6 +77,7 @@ buildPythonPackage rec { duckdb hypothesis pytest-env + pytest-xdist pytestCheckHook ] ++ lib.concatAttrValues optional-dependencies;