python313Packages.django-guardian: add pytest-xdist to decrease test time from 120s to ~30s

This commit is contained in:
Sandro Jäckel
2026-04-07 17:14:27 +02:00
parent 0303aabc1a
commit bfaa1478a8
@@ -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" ];