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]
whitelist_externals = bash
commands =
pip install -e .[testing] .[optional]
pip install -e .[testing,optional]
pip install orgparse
pip install git+https://github.com/karlicoss/endoexport
pip install git+https://github.com/karlicoss/ghexport
@ -86,5 +86,5 @@ commands =
[testenv:mypy]
skip_install = true
commands =
pip install -e .[testing] .[optional] orgparse
pip install -e .[testing,optional] orgparse
./lint