From ed6107a273147a4a9908c91f1f207511968e8685 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:58 +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 991d663..d3d11a6 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ setenv = PASSERELLE_SETTINGS_FILE=tests/settings.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