mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
parent
38704165d4
commit
e840602b3b
1 changed files with 9 additions and 0 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Reference in a new issue