tox: get additional modules using https (via #46904#note-2)

This commit is contained in:
Frédéric Péters 2020-09-24 20:07:38 +02:00
parent 6bdf330cf4
commit 52afc76f4d
1 changed files with 2 additions and 2 deletions

View File

@ -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