From 82c881135b0ebb60818e2d9495e6dccf7dfd3511 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:21 +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 7533e39..5ec9a94 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