tox.ini: add allowlist_externals (#84933)
gitea/django-mellon/pipeline/head This commit looks good Details

This commit is contained in:
Benjamin Dauvergne 2023-12-19 16:54:49 +01:00
parent bddd120f17
commit b1c105c400
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ deps =
django-webtest>1.9.3
WebTest
pyquery
allowlist_externals =
./getlasso3.sh
commands =
./getlasso3.sh
py.test -o junit_suite_name={envname} --junit-xml=junit-{envname}.xml --random {env:COVERAGE:} {posargs:tests}