Merge pull request #281041 from SuperSandro2000/pytest-django-fix
python311Packages.pytest-django: drop pytest-xdist
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user