Merge pull request #281041 from SuperSandro2000/pytest-django-fix

python311Packages.pytest-django: drop pytest-xdist
This commit is contained in:
Sandro
2024-01-27 16:07:59 +01:00
committed by GitHub
@@ -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 = ''