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

test: use importlib instead of imp #62

Merged
merged 3 commits into from
Oct 5, 2021
Merged

Conversation

gicmo
Copy link
Contributor

@gicmo gicmo commented Sep 16, 2021

Replace the usage of imp with importlib because the former is deprecated and newer pylint will complain and break CI.

atodorov
atodorov previously approved these changes Sep 16, 2021
@atodorov atodorov mentioned this pull request Sep 20, 2021
ondrejbudai
ondrejbudai previously approved these changes Sep 21, 2021
@ondrejbudai
Copy link
Member

Ah, we need osbuild/osbuild-composer@95f8bd2 also here.

atodorov added a commit to gicmo/koji-osbuild that referenced this pull request Oct 4, 2021
@atodorov atodorov dismissed stale reviews from ondrejbudai and themself via ab1d980 October 4, 2021 12:16
atodorov added a commit to gicmo/koji-osbuild that referenced this pull request Oct 4, 2021
See
osbuild#62 (comment),
osbuild/osbuild-composer@95f8bd2

Also requires to update the names of 8.4 runners.
gicmo and others added 3 commits October 5, 2021 12:39
Replace the usage of `imp` with `importlib` because the former
is deprecated and newer pylint will complain and break CI.
See
osbuild#62 (comment),
osbuild/osbuild-composer@95f8bd2

Also requires to update the names of 8.4 runners.
Copy link
Member

@ondrejbudai ondrejbudai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks very nice. thanks! :)

@ondrejbudai ondrejbudai merged commit 4a751c1 into osbuild:main Oct 5, 2021
ondrejbudai pushed a commit that referenced this pull request Oct 5, 2021
See
#62 (comment),
osbuild/osbuild-composer@95f8bd2

Also requires to update the names of 8.4 runners.
@gicmo gicmo deleted the imp.importlib branch October 5, 2021 10:18
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