From 52afc76f4dc7c0a6402ef3698f268859d0c84b57 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:38 +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 b65b115..69cba70 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,7 @@ passenv= PGPASSWORD usedevelop = true deps = - !local: http://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz + !local: https://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz local: ../authentic2 # dependency constraints for authentic py3: file-magic @@ -62,7 +62,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