From 2bb4d8caa0da1d44c7ac0d625b9370f7a1e0eb6c Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 4 Oct 2025 23:17:33 +0200 Subject: [PATCH] tox.ini: Testing Django v6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These tests are ___currently failing___, so let's work to make them ✅ --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 709c2ec..a7a242a 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ envlist = py{310,311,312}-dj50 py{310,311,312}-dj51 py{310,311,312,313,314}-dj52 - # py{312,313,314}-djmain + py{312,313,314}-djmain skipsdist = True