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

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

Without this, some dependencies from swh.core[http] are not installed
(because swh.core, without extras, is installed first from
requirements-swh.txt).

Probably similar to this issue https://github.com/pypa/pip/issues/6506
parent 8a5696fb
No related branches found
No related tags found
1 merge request!29tox: workaround to pip's inability to properly solve dependency resolution
......@@ -3,8 +3,10 @@ envlist=flake8,py3
[testenv:py3]
deps =
# the dependency below is needed for now as a workaround for
# https://github.com/pypa/pip/issues/6239
swh.core[http] >= 0.0.61
.[testing]
.[server]
pytest-cov
pifpaf
pytest-django
......
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