From 2767ab5aaad8d34932bb517f620aef66d7713394 Mon Sep 17 00:00:00 2001 From: Aaron Kable Date: Tue, 13 Jan 2026 10:30:13 +0800 Subject: [PATCH] reset tox --- tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index bd953aec..6c90339e 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = py{38,39,310,311,312}-{all,core}, docs [testenv] setenv = all: DJANGO_SETTINGS_MODULE = tests.settings_all - ; core: DJANGO_SETTINGS_MODULE = tests.settings_core + core: DJANGO_SETTINGS_MODULE = tests.settings_core basepython = py38: python3.8 py39: python3.9 @@ -18,10 +18,10 @@ deps= coverage install_command = pip install -e ".[test]" -U {opts} {packages} commands = - all: coverage run runtests.py allianceauth.framework.tests.test_datatables -v 2 --debug-mode - ; core: coverage run runtests.py allianceauth.authentication.tests.test_app_settings -v 2 --debug-mode - ; all: coverage report -m - ; all: coverage xml + all: coverage run runtests.py -v 2 --debug-mode + core: coverage run runtests.py allianceauth.authentication.tests.test_app_settings -v 2 --debug-mode + all: coverage report -m + all: coverage xml [testenv:docs] description = invoke sphinx-build to build the HTML docs