-
Notifications
You must be signed in to change notification settings - Fork 211
prefer using importlib.metadata
over the deprecated pkg_resources
in det_pypkg_version
+ switch container tests to rockylinux 8.10
#4904
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
Conversation
…det_pypkg_version
@boegel any idea why the container tests are failing? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I can reproduce locally... Last part of the EB log...
|
Broken by the changes in easybuilders/easybuild-easyconfigs#22798 with @boegel's comment being the reason. The container tests use Centos 7. See #4906 for switching to a newer container for the container tests. |
switch container tests to rockylinux 8.10
importlib.metadata
over the deprecated pkg_resources
in det_pypkg_version
importlib.metadata
over the deprecated pkg_resources
in det_pypkg_version
+ switch container tests to rockylinux 8.10
fixes #4903