From 8d9fb53b0acaae79ab1db3af9cce7c15c360dd86 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Sun, 22 Dec 2019 02:21:02 +0100
Subject: [PATCH] Revert "[Tests] Deduplicate pre-run calls"

This reverts commit ce766c731ac14d78be09a481d97cafe86bfeddd3.
---
 tox.ini | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 1ebcbf314..3671faf24 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,11 @@ whitelist_externals = poetry
 skip_install = true
 envdir = {toxworkdir}/globalenv
 commands_pre = ./dev.sh install-all
-commands = poetry run pytest --cov=. {posargs} biscuit/ apps/official/
+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/
 
 [testenv:selenium]
 setenv =
-- 
GitLab