python311Packages.pytest-django: drop pytest-xdist

A handful of tests fails because of this.
One of the errors is: django.db.utils.OperationalError: no such table: app_item
which suggests that the tests in general don't work in parallel.

I don't think that worked since 843ea199a3

see also issue tracker https://github.com/pytest-dev/pytest-django/issues/867
This commit is contained in:
Sandro Jäckel
2024-01-15 00:46:25 +01:00
parent 6c08fe3ccf
commit 3327390efe
@@ -7,7 +7,6 @@
, django-configurations
, pytest
, pytestCheckHook
, pytest-xdist
}:
buildPythonPackage rec {
pname = "pytest-django";
@@ -35,7 +34,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
django-configurations
pytestCheckHook
pytest-xdist
];
preCheck = ''