From 4fc7ec33491c89dce30c618a52aa5c1b73798a3a Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 21 Dec 2023 19:19:37 +0100 Subject: [PATCH] Disable py{py39,py310}-django42-mongo-alchemy-postgres --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0f12ef01..9010d318 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,9 @@ envlist = py{38,39,310,311,312,py39,py310}-sqlite py{38,39,310,311,py39,py310}-django32-mongo-alchemy-{sqlite,postgres} py{38,39,310,311,py39,py310}-django41-mongo-alchemy-{sqlite,postgres} - py{38,39,310,311,312,py39,py310}-django42-mongo-alchemy-{sqlite,postgres} + py{38,39,310,311,312}-django42-mongo-alchemy-{sqlite,postgres} + py{py39,py310}-django42-mongo-alchemy-sqlite, + # py{py39,py310}-django42-mongo-alchemy-postgres # TODO: Fix me! py{310,311,312}-django50-mongo-alchemy-{sqlite,postgres} py310-djangomain-mongo-alchemy-{sqlite,postgres}