From 050fa75ef0cbef51b7c83855e84e1a5f4a16fb52 Mon Sep 17 00:00:00 2001 From: Rust Saiargaliev Date: Thu, 10 Oct 2024 10:01:10 +0200 Subject: [PATCH] Small adjustments to the test matrix --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d7ba4f74..e8596849 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,9 @@ setenv = postgresql-psycopg3: PGUSER=postgres postgresql-psycopg3: PGPASSWORD=postgres postgresql-contenttypes: USE_CONTENTTYPES=True + postgresql-contenttypes: TEST_DB=postgresql + postgresql-contenttypes: PGUSER=postgres + postgresql-contenttypes: PGPASSWORD=postgres sqlite: TEST_DB=sqlite sqlite: USE_TZ=True deps = @@ -28,7 +31,8 @@ deps = django50: Django>=5.0,<5.1 django51: Django>=5.1,<5.2 postgresql: psycopg2-binary - postgresql-psycopg3: psycopg[binary] + postgresql-psycopg3: psycopg + postgresql-contenttypes: psycopg commands = python \ -m coverage run \