Fix pytest-django.

Closes #212
This commit is contained in:
Yuri Albuquerque 2020-11-26 12:39:10 -03:00 committed by adisbladis
parent 38704165d4
commit e840602b3b
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -976,6 +976,15 @@ self: super:
}
);
pytest-django = super.pytest-django.overridePythonAttrs (
old: {
postPatch = ''
substituteInPlace setup.py --replace "'pytest>=3.6'," ""
substituteInPlace setup.py --replace "'pytest>=3.6'" ""
'';
}
);
pytest-runner = super.pytest-runner or super.pytestrunner;
python-jose = super.python-jose.overridePythonAttrs (