From eb70737529f1fb780fc4bd687b5be3024027eeaa Mon Sep 17 00:00:00 2001 From: "R. Sicart" Date: Thu, 18 Nov 2021 19:48:00 +0100 Subject: [PATCH] Exclude integration tests for mariadb_10.5.4 with pymysql==0.7.10 --- .github/workflows/ansible-test-plugins.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 6ac719f..8f72e23 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -75,6 +75,8 @@ jobs: exclude: - db_engine_version: mysql_8.0.22 connector: pymysql==0.7.10 + - db_engine_version: mariadb_10.5.4 + connector: pymysql==0.7.10 - python: 3.8 ansible: stable-2.9 - python: 3.8