From 50bb3bd085a99a4b1f3f130c70d950bc4ea5c2ff Mon Sep 17 00:00:00 2001 From: Raymond Penners Date: Wed, 29 May 2024 20:43:51 +0200 Subject: [PATCH] chore(tox): compile messages to use account_only --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8a1a7ddb8f..918823d835 100644 --- a/tox.ini +++ b/tox.ini @@ -86,7 +86,8 @@ skip_install = True deps = Django commands = /usr/bin/env bash -c "cd allauth; python ../manage.py compilemessages" - +setenv = + DJANGO_SETTINGS_MODULE = tests.account_only.settings [testenv:standardjs] skip_install = True