From 555a70c2765731f367fbd401410076d2af2a0af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 24 Sep 2020 19:58:32 +0200 Subject: [PATCH] tox: get hobo using https (via #46904#note-2) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a90ecee..5573ded 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = pyquery tabulate dj22: djangorestframework>=3.7 - http://git.entrouvert.org/hobo.git/snapshot/hobo-master.tar.gz + https://git.entrouvert.org/hobo.git/snapshot/hobo-master.tar.gz commands = py.test {posargs: --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=bijoe tests/} [pytest]