From ce766c731ac14d78be09a481d97cafe86bfeddd3 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Fri, 13 Dec 2019 15:33:22 +0100 Subject: [PATCH] [Tests] Deduplicate pre-run calls --- tox.ini | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 3671faf24..1ebcbf314 100644 --- a/tox.ini +++ b/tox.ini @@ -8,11 +8,7 @@ whitelist_externals = poetry skip_install = true envdir = {toxworkdir}/globalenv commands_pre = ./dev.sh install-all -commands = - poetry run python manage.py compilemessages - poetry run python manage.py yarn install - poetry run python manage.py collectstatic --no-input --clear - poetry run pytest --cov=. {posargs} biscuit/ apps/official/ +commands = poetry run pytest --cov=. {posargs} biscuit/ apps/official/ [testenv:selenium] setenv = -- GitLab