From bfaa1478a8cf2e905db18e3d265ceac433f2d449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 6 Mar 2026 21:12:24 +0100 Subject: [PATCH] python313Packages.django-guardian: add pytest-xdist to decrease test time from 120s to ~30s --- pkgs/development/python-modules/django-guardian/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/django-guardian/default.nix b/pkgs/development/python-modules/django-guardian/default.nix index 820bd1077652..b6e00c831edf 100644 --- a/pkgs/development/python-modules/django-guardian/default.nix +++ b/pkgs/development/python-modules/django-guardian/default.nix @@ -6,6 +6,7 @@ django, pytestCheckHook, pytest-django, + pytest-xdist, setuptools, }: @@ -29,6 +30,7 @@ buildPythonPackage rec { django-environ pytestCheckHook pytest-django + pytest-xdist ]; pythonImportsCheck = [ "guardian" ];