Enable all tests

This commit is contained in:
Laurent Indermuehle 2023-01-12 23:00:00 +01:00
parent b6160f3a8c
commit 4f33b77b60
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -43,24 +43,24 @@ jobs:
db_engine_version:
- mysql:5.7.40
- mysql:8.0.31
# - mariadb:10.4.24
- mariadb:10.4.24
- mariadb:10.5.18
# - mariadb:10.6.11
# - mariadb:10.7.7
# - mariadb:10.8.3
- mariadb:10.6.11
- mariadb:10.7.7
- mariadb:10.8.3
ansible:
# - stable-2.12
# - stable-2.13
- stable-2.12
- stable-2.13
- stable-2.14
# - devel
- devel
python:
- "3.8"
- "3.9"
- "3.10" # Without quotes, this become 3.1 in run_all_test.py!
connector:
# - pymysql==0.7.10
- pymysql==0.7.10
- pymysql==0.9.3
# - mysqlclient==2.0.1
- mysqlclient==2.0.1
exclude:
- db_engine_version: mysql:8.0.22
connector: pymysql==0.7.10