From 1ca725772b70146e1164dc5037f9bf98a1f63721 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:07:05 +0200 Subject: [PATCH] tox: get additional modules using https (via #46904#note-2) --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index c7d6b24..fca2a85 100644 --- a/tox.ini +++ b/tox.ini @@ -35,7 +35,7 @@ passenv= PGPASSWORD usedevelop = true deps = - http://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz + https://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz # dependency constraints for authentic py2: django-appconf<1.0.4 py2: django-filter<2 @@ -66,7 +66,7 @@ commands = usedevelop = true basepython = python2.7 deps = - http://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz + https://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz Django<2.3 pylint<1.8 pylint-django<0.8.1