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

distutils package is deprecated and slated for removal in Python 3.12 #82

Merged
merged 1 commit into from
Aug 23, 2022

Conversation

Aiqin-Aiven
Copy link
Contributor

replace it with packaging.version.parse

There is another alternative to use pkg_resources.parse_version, but I think use parse here is good enough.

@Aiqin-Aiven Aiqin-Aiven requested a review from a team as a code owner August 23, 2022 04:01
@codecov-commenter
Copy link

codecov-commenter commented Aug 23, 2022

Codecov Report

Merging #82 (07c8533) into main (d568658) will not change coverage.
The diff coverage is 50.00%.

@@           Coverage Diff           @@
##             main      #82   +/-   ##
=======================================
  Coverage   66.63%   66.63%           
=======================================
  Files          10       10           
  Lines         926      926           
  Branches      159      159           
=======================================
  Hits          617      617           
  Misses        252      252           
  Partials       57       57           
Impacted Files Coverage Δ
pglookout/pglookout.py 67.35% <50.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants