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

Migrate from pkg_resources to importlib.metadata #374

Merged
merged 2 commits into from
Jul 30, 2024

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

@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
15 checks passed
@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