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:
parent
413d90f8e6
commit
330b24a93b
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.10", "3.11", "3.12"]
|
python-version: ["3.10", "3.11", "3.12"]
|
||||||
TESTING_DB: ["sqlite3", "postgresql", "mysql"]
|
TESTING_DB: ["sqlite3", "mysql"]
|
||||||
include:
|
include:
|
||||||
- python-version: "3.10"
|
- python-version: "3.10"
|
||||||
TESTING_DB: "sqlite3"
|
TESTING_DB: "sqlite3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue