python313Packages.django-guardian: add pytest-xdist to decrease test time from 120s to ~30s
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user