Skip to content
Snippets Groups Projects
Commit 6bf226d8 authored by David Douard's avatar David Douard
Browse files

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
parent fedfd73c
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ envlist=flake8,py3
[testenv:py3]
deps =
swh.core[http] >= 0.0.61
.[testing]
pytest-cov
commands =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment