1
0
Fork 0
mirror of https://github.com/ansible-collections/community.mysql.git synced 2026-02-03 23:01:49 +00:00

Remove testing against mysqlclient (#736)

* Remove testing against mysqlclient

* Fix

* Update TESTING.md
This commit is contained in:
Andrew Klychkov 2025-09-16 09:56:04 +02:00 committed by GitHub
parent fed5f30203
commit 04b663b3b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 8 additions and 77 deletions

View 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).