tox.ini: add getlasso3 and check-migrations to allowlist_externals

This commit is contained in:
Benjamin Dauvergne 2023-10-19 10:55:35 +02:00
parent eac6a4be92
commit ff441881cf
1 changed files with 8 additions and 1 deletions

View File

@ -52,7 +52,9 @@ deps =
pytest-random
django-webtest
pyquery
allowlist_externals =
./getlasso3.sh
./check-migrations.sh
commands =
py3: ./getlasso3.sh
./check-migrations.sh
@ -68,6 +70,9 @@ deps =
!local: https://git.entrouvert.org/entrouvert/authentic/archive/main.tar.gz
local: ../authentic
psycopg2-binary
allowlist_externals =
./getlasso3.sh
./check-migrations.sh
commands =
./getlasso3.sh
./check-migrations.sh
@ -83,6 +88,8 @@ deps =
../authentic
psycopg2-binary
django<3
allowlist_externals =
./getlasso3.sh
commands =
./getlasso3.sh
django-admin {posargs}