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
anlambert |
Reviewers |
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
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
Build is green
See https://jenkins.softwareheritage.org/job/DDEP/job/tox/152/ for more details.
Seems the only way to fix the issue indeed. I guess we need to add this in every swh components that depends on swh-storage ?
Build is green
See https://jenkins.softwareheritage.org/job/DDEP/job/tox/153/ for more details.