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

This commit is contained in:
Frédéric Péters 2020-09-24 20:08:06 +02:00
parent e3e700da84
commit 0ee80d80a1
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ setenv =
COVERAGE={tty::--junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=src/ --cov-config .coveragerc}
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
drf34: djangorestframework>=3.4,<3.4.1
drf39: djangorestframework>=3.9.2,<3.10
@ -47,7 +47,7 @@ commands =
[testenv:pylint]
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
Django<2.3
pylint
pylint-django