From 45d0c02f91982c0469c885b020725a5da4eacadb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 24 Sep 2020 20:05:39 +0200 Subject: [PATCH] tox: get additional modules 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 dab2eed..ffe3f28 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ setenv = WCSCTL=wcs/wcsctl.py deps = django111: django>=1.11,<1.12 - git+http://git.entrouvert.org/passerelle.git + git+https://git.entrouvert.org/passerelle.git django-webtest psycopg2-binary pytest-django