Cut tests for incompatible MySQL 8 and pymysql 0.7.11

This commit is contained in:
Laurent Indermuehle 2023-01-17 18:10:40 +01:00
parent 757e974fe5
commit 0e5f87e969
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -80,11 +80,6 @@ jobs:
# ==================================================================
# MySQL 8 + Python 3.8
# ==================================================================
- ansible: stable-2.12
db_engine_version: mysql:8.0.31
python: '3.8'
connector: pymysql==0.7.11
docker_image: quay.io/mws/community-mysql-test-containers-my80-py38-mysqlclient201-pymysql0711:latest
- ansible: stable-2.12
db_engine_version: mysql:8.0.31
python: '3.8'
@ -96,11 +91,6 @@ jobs:
connector: mysqlclient==2.0.1
docker_image: quay.io/mws/community-mysql-test-containers-my80-py38-mysqlclient201-pymysql0711:latest
- ansible: stable-2.13
db_engine_version: mysql:8.0.31
python: '3.8'
connector: pymysql==0.7.11
docker_image: quay.io/mws/community-mysql-test-containers-my80-py38-mysqlclient201-pymysql0711:latest
- ansible: stable-2.13
db_engine_version: mysql:8.0.31
python: '3.8'