replace pkg_resources with importlib.resources#136
replace pkg_resources with importlib.resources#136will-moore wants to merge 3 commits intoome:masterfrom
Conversation
|
The problem is that the testing framework on this repo is outdated too. imho the GHA here is waiting (in vain) for availability of ubuntu20.04 image. I will try to upgrade this. |
|
Ah, yes I read at https://github.com/orgs/community/discussions/62365#discussioncomment-6909572 that if you've specified runner setup that isn't available, it just waits forever |
|
cc @will-moore ^^ |
|
|
I am at the stage where I can run tests on my branch (which is on top of this PR).
DetailsSee below. I think we should be able to fix the 6 failing tests below. |
|
@will-moore After I fixed (or rather commented out) the failing tests, I got This seems to be caused by the present PR |
pwalczysko
left a comment
There was a problem hiding this comment.
Please address last comment
|
@will-moore I would suggest closing this as #137 has all 3 commits from here and its tests are running&passing. Would you please review #137 ? Thank you |
Try to fix https://github.com/pwalczysko/idr-gallery/actions/runs/22069104571/job/63768658012
caused by recent release of setuptools without pkg_resources - see pypa/setuptools#5007