CI: fix extras_require after dependency resolver update
https://github.com/pypa/pip/issues/8940
This commit is contained in:
parent
571cb48aea
commit
dda628e866
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue