mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2026-02-04 07:11:49 +00:00
Remove testing against mysqlclient (#736)
* Remove testing against mysqlclient * Fix * Update TESTING.md
This commit is contained in:
parent
fed5f30203
commit
04b663b3b7
8 changed files with 8 additions and 77 deletions
2
changelogs/fragments/2-drop_mysql_client.yml
Normal file
2
changelogs/fragments/2-drop_mysql_client.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
breaking_changes:
|
||||
- collection - stop testing against mysqlclient connector as its support was deprecated in this collection - use PyMySQL connector instead! It'll stop working in 5.0.0 when we remove all related code (https://github.com/ansible-collections/community.mysql/issues/654).
|
||||
Loading…
Add table
Add a link
Reference in a new issue