ci: update to use gitea clone URLs for dependencies (like #74706)
gitea/combo-plugin-gnm/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Frédéric Péters 2023-02-22 10:06:58 +01:00
parent e3de29a594
commit 7a3d643806
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ deps =
vobject
django-ratelimit<3
django>=2.2,<2.3
https://git.entrouvert.org/debian/django-ckeditor.git/snapshot/django-ckeditor-main.tar.gz
https://git.entrouvert.org/combo.git/snapshot/combo-main.tar.gz
git+https://git.entrouvert.org/entrouvert/debian-django-ckeditor.git
git+https://git.entrouvert.org/entrouvert/combo.git
pre-commit
commands =
py.test {posargs: {env:JUNIT:} {env:COVERAGE:} tests/}