Removing postgresql from test suite building flow, it is freezing and keeps failing on the CI build stage, making tests useless

This commit is contained in:
Griatch 2024-09-29 14:18:27 +02:00
parent 413d90f8e6
commit 330b24a93b

View file

@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
TESTING_DB: ["sqlite3", "postgresql", "mysql"]
TESTING_DB: ["sqlite3", "mysql"]
include:
- python-version: "3.10"
TESTING_DB: "sqlite3"