tox: remove redundant check-migrations.sh call from main env (#61767)

This commit is contained in:
Paul Marillonnet 2022-02-14 15:20:44 +01:00
parent 150156e957
commit 03179099e8
1 changed files with 2 additions and 3 deletions

View File

@ -55,17 +55,16 @@ deps =
commands =
py3: ./getlasso3.sh
./check-migrations.sh
py.test {env:COVERAGE:} {env:JUNIT:} {tty:--sw:} {posargs:tests/}
[testenv:check-migrations]
basepython = python3
usedevelop = True
setenv =
AUTHENTIC2_SETTINGS_FILE=tests/settings.py
DJANGO_SETTINGS_MODULE=authentic2.settings
SETUPTOOLS_USE_DISTUTILS=stdlib
deps =
psycopg2-binary
psycopg2-binary<2.9
commands =
./getlasso3.sh
./check-migrations.sh