Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump minimal PyMySQL version to 1.0.0 #713

Merged
merged 1 commit into from Jan 30, 2022
Merged

Conversation

Nothing4You
Copy link
Collaborator

What do these changes do?

while we do not yet strictly require it this simplifies maintenance.
e.g. the xfailing test from #712 gets a different error type starting with PyMySQL 0.10.0.
it will also allow us to adopt the backwards incompatible changes from PyMySQL 0.10 and 1.0.
as our test suite only runs with the latest supported PyMySQL version we currently cannot
reliably test older versions either.

Are there changes in behavior for the user?

PyMySQL <1.0 is no longer supported.

Related issue number

Fixes #518

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • Add a new news fragment to CHANGES.txt

while we do not yet strictly require it this simplifies maintenance.
e.g. the xfailing test from #712 gets a different error type starting with PyMySQL 0.10.0.
it will also allow us to adopt the backwards incompatible changes from PyMySQL 0.10 and 1.0.
as our test suite only runs with the latest supported PyMySQL version we currently cannot
reliably test older versions either.
@Nothing4You Nothing4You added this to the 1.0 milestone Jan 30, 2022
@codecov
Copy link

codecov bot commented Jan 30, 2022

Codecov Report

Merging #713 (5e7839d) into master (196e325) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #713   +/-   ##
=======================================
  Coverage   92.66%   92.66%           
=======================================
  Files          35       35           
  Lines        5413     5413           
  Branches      584      584           
=======================================
  Hits         5016     5016           
  Misses        309      309           
  Partials       88       88           
Flag Coverage Δ
ubuntu-latest_3.10_mariadb-10.2 89.45% <ø> (ø)
ubuntu-latest_3.10_mariadb-10.3 89.45% <ø> (ø)
ubuntu-latest_3.10_mariadb-10.4 89.45% <ø> (ø)
ubuntu-latest_3.10_mariadb-10.5 89.43% <ø> (ø)
ubuntu-latest_3.10_mariadb-10.6 89.43% <ø> (ø)
ubuntu-latest_3.10_mariadb-10.7 89.43% <ø> (ø)
ubuntu-latest_3.10_mysql-5.7 90.15% <ø> (ø)
ubuntu-latest_3.10_mysql-8.0 91.57% <ø> (ø)
ubuntu-latest_3.7_mariadb-10.2 88.86% <ø> (ø)
ubuntu-latest_3.7_mariadb-10.3 88.86% <ø> (ø)
ubuntu-latest_3.7_mariadb-10.4 88.86% <ø> (ø)
ubuntu-latest_3.7_mariadb-10.5 88.84% <ø> (ø)
ubuntu-latest_3.7_mariadb-10.6 88.84% <ø> (ø)
ubuntu-latest_3.7_mariadb-10.7 88.84% <ø> (ø)
ubuntu-latest_3.7_mysql-5.7 89.60% <ø> (ø)
ubuntu-latest_3.7_mysql-8.0 91.11% <ø> (ø)
ubuntu-latest_3.8_mariadb-10.2 89.49% <ø> (ø)
ubuntu-latest_3.8_mariadb-10.3 89.49% <ø> (ø)
ubuntu-latest_3.8_mariadb-10.4 89.49% <ø> (ø)
ubuntu-latest_3.8_mariadb-10.5 89.47% <ø> (ø)
ubuntu-latest_3.8_mariadb-10.6 89.47% <ø> (ø)
ubuntu-latest_3.8_mariadb-10.7 89.47% <ø> (ø)
ubuntu-latest_3.8_mysql-5.7 90.19% <ø> (ø)
ubuntu-latest_3.8_mysql-8.0 91.60% <ø> (ø)
ubuntu-latest_3.9_mariadb-10.2 89.36% <ø> (ø)
ubuntu-latest_3.9_mariadb-10.3 89.36% <ø> (ø)
ubuntu-latest_3.9_mariadb-10.4 89.36% <ø> (ø)
ubuntu-latest_3.9_mariadb-10.5 89.34% <ø> (ø)
ubuntu-latest_3.9_mariadb-10.6 89.34% <ø> (ø)
ubuntu-latest_3.9_mariadb-10.7 89.34% <ø> (ø)
ubuntu-latest_3.9_mysql-5.7 90.06% <ø> (ø)
ubuntu-latest_3.9_mysql-8.0 91.47% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 196e325...5e7839d. Read the comment docs.

@Nothing4You Nothing4You merged commit c93fad3 into master Jan 30, 2022
@Nothing4You Nothing4You deleted the bump-pymysql-min-version branch January 30, 2022 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support current PyMySQL version
1 participant