CI: fix extras_require after dependency resolver update

https://github.com/pypa/pip/issues/8940
This commit is contained in:
Dima Gerasimov 2020-12-11 05:52:29 +00:00 committed by karlicoss
parent 571cb48aea
commit dda628e866

View file

@ -45,7 +45,7 @@ commands = ./demo.py
[testenv:mypy-modules] [testenv:mypy-modules]
whitelist_externals = bash whitelist_externals = bash
commands = commands =
pip install -e .[testing] .[optional] pip install -e .[testing,optional]
pip install orgparse pip install orgparse
pip install git+https://github.com/karlicoss/endoexport pip install git+https://github.com/karlicoss/endoexport
pip install git+https://github.com/karlicoss/ghexport pip install git+https://github.com/karlicoss/ghexport
@ -86,5 +86,5 @@ commands =
[testenv:mypy] [testenv:mypy]
skip_install = true skip_install = true
commands = commands =
pip install -e .[testing] .[optional] orgparse pip install -e .[testing,optional] orgparse
./lint ./lint