From 6bf226d85d2e5b6f9cc2b88ab764fc4633999c96 Mon Sep 17 00:00:00 2001 From: David Douard Date: Mon, 20 May 2019 17:12:31 +0200 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 0fb07c6..c7a89b7 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,7 @@ envlist=flake8,py3 [testenv:py3] deps = + swh.core[http] >= 0.0.61 .[testing] pytest-cov commands =