Skip to content

Migrate from pkg_resources to importlib.metadata#374

Merged
chadlwilson merged 2 commits intogetgauge:masterfrom
eiri:373-remove-pkg_resources
Jul 30, 2024
Merged

Migrate from pkg_resources to importlib.metadata#374
chadlwilson merged 2 commits intogetgauge:masterfrom
eiri:373-remove-pkg_resources

Conversation

@eiri
Copy link
Contributor

@eiri eiri commented Jul 30, 2024

This PR changes check_and_install_gauge.py script from use of deprecated pkg_resources package to importlib.metadata. Local tests are passing, the change should have no visible impact on users.

Closes #373

Signed-off-by: Eric Avdey <eiri@eiri.ca>
@gaugebot
Copy link

gaugebot bot commented Jul 30, 2024

@eiri Thank you for contributing to gauge-python. Your pull request has been labeled as a release candidate 🎉🎉.

Merging this PR will trigger a release.

Please bump up the version as part of this PR.

Instructions to bump the version can found at CONTRIBUTING.md

If the CONTRIBUTING.md file does not exist or does not include instructions about bumping up the version, please looks previous commits in git history to see what changes need to be done.

@chadlwilson chadlwilson merged commit d14d93b into getgauge:master Jul 30, 2024
@eiri eiri deleted the 373-remove-pkg_resources branch July 30, 2024 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

Update use of pkg_resources in check_and_install_getgauge.py

2 participants