Skip to content

Commit

Permalink
Exclude mysqlclient==2.0.1 with mariadb from integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rsicart committed Mar 2, 2022
1 parent 1ebcfb1 commit 5428dad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ansible-test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ jobs:
connector: pymysql==0.7.10
- db_engine_version: mariadb_10.5.9
connector: pymysql==0.7.10
- db_engine_version: mariadb_10.3.34
connector: mysqlclient==2.0.1
- db_engine_version: mariadb_10.5.9
connector: mysqlclient==2.0.1
- python: 3.8
ansible: stable-2.9
- python: 3.8
Expand Down

0 comments on commit 5428dad

Please sign in to comment.