mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
pin pytest due to pylint issue
This commit is contained in:
parent
93ada5d374
commit
186ff1f185
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ wheel
|
|||
mypy
|
||||
mypy_protobuf>=1.21
|
||||
black
|
||||
pytest
|
||||
# fixme: remove pin when https://github.com/pytest-dev/pytest/issues/7558 closed
|
||||
pytest<6
|
||||
# fixme: when isort 5.0 is released, switch to pypi
|
||||
git+https://github.com/ankitects/isort#egg=isort
|
||||
# fixme: when pylint supports isort 5.0, switch to pypi
|
||||
|
|
Loading…
Reference in a new issue