From e6fe92d74881a91c2b1657f685737113886156b6 Mon Sep 17 00:00:00 2001 From: Patrick Kranzlmueller Date: Thu, 27 Jul 2023 15:03:02 +0200 Subject: [PATCH] and another fix with tox (now this should work) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 90917ea2..48043c94 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,8 @@ [tox] envlist = py38-django40 -allowlist_externals = * [testenv] +allowlist_externals = ./runtests.py setenv = PYTHONDONTWRITEBYTECODE=1 deps =