From 8aebad87682d172de9fd024fdb53cf9b6ead1f07 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:04:24 +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 51bd7ff..5aa59a3 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ setenv = SETUPTOOLS_USE_DISTUTILS=stdlib 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