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

This commit is contained in:
Frédéric Péters 2020-09-24 19:58:32 +02:00
parent 16b4265e6b
commit 555a70c276
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ deps =
pyquery
tabulate
dj22: djangorestframework>=3.7
http://git.entrouvert.org/hobo.git/snapshot/hobo-master.tar.gz
https://git.entrouvert.org/hobo.git/snapshot/hobo-master.tar.gz
commands =
py.test {posargs: --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=bijoe tests/}
[pytest]