tox: workaround to pip's inability to properly solve dependency resolution

This is (hopefully) a temporary fix that can be removed as soon as
  https://github.com/pypa/pip/issues/6239
is fixed, probably thanks to
  https://github.com/pypa/pip/issues/988
This commit is contained in:
David Douard 2019-05-20 17:12:31 +02:00
parent fedfd73c8e
commit 6bf226d85d

View file

@ -3,6 +3,7 @@ envlist=flake8,py3
[testenv:py3]
deps =
swh.core[http] >= 0.0.61
.[testing]
pytest-cov
commands =