ci: add new publik-django-templatetags dependency (#74956)
gitea/combo-plugin-nanterre/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-03-01 10:42:12 +01:00
parent fd26c10556
commit e1e26ba74d
1 changed files with 3 additions and 2 deletions

View File

@ -23,8 +23,9 @@ deps =
psycopg2<2.9
django-ratelimit<3
django>=2.2,<2.3
git+https://git.entrouvert.org/debian/django-ckeditor.git
git+https://git.entrouvert.org/combo.git
git+https://git.entrouvert.org/entrouvert/debian-django-ckeditor.git
git+https://git.entrouvert.org/entrouvert/publik-django-templatetags.git
git+https://git.entrouvert.org/entrouvert/combo.git
black: pre-commit
commands =
pytest: py.test {posargs: {env:PYTEST:} {env:COVERAGE:} tests/}