From 636d6777ef7cc208f2ff33395abab457b0e5c643 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Mon, 24 Apr 2023 16:41:05 +0200 Subject: [PATCH] Enable integration tests for pymysql 1.0.2 --- .github/workflows/ansible-test-plugins.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index b961550..cc9da77 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -64,15 +64,7 @@ jobs: connector_version: - 0.7.11 - 0.9.3 - # Before we can activate test with pymysql 1.0.2 we should debug the - # following plugins: - # - # mysql_query: - # test "Assert that create table IF NOT EXISTS is not changed with pymysql" failed - # - # mysql_replication: - # test "Assert that startreplica is not changed" failed - # - 1.0.2 + - 1.0.2 - 2.0.1 - 2.0.3 - 2.1.1