molecule: update resource block instructions#66018
molecule: update resource block instructions#66018Rylan12 wants to merge 1 commit intoHomebrew:masterfrom Rylan12:molecule-resource-instructions
Conversation
Not sure what to make of this. I thought this was fixed in #65953. Also why only for 11.0? I'll continue to investigate. Edit: I didn't really paste enough of the error message to give anything helpful, I think 😅 |
|
having the same issue in certbot pr, #66055 |
|
Good to know, thanks. I haven't looked into this at all, yet (aside from verifying that it also fails for me locally). I've got a busier day tomorrow so may not be able to look into it until later. Let me know if you find anything. Just a note: |
|
The PR pulled in by #65953 has been updated to address the couple other places the issue is manifesting: python/cpython#23556 . We'll probably need to do another Python revision bump once the upstream PR is finalized. is fixed based on python/cpython#23556 (comment) |
|
@fxcoudert FYI this is still failing albeit with a slightly different error message: It looks (without investigating at all) to be related to another issue with the new macOS version scheme. Will try to investigate more later but I'm not familiar with the code here at all, so figured you may have an idea. Edit: ah, now I see that this is the issue reported in pypa/wheel#385. It sounds like a fix will be needed upstream, so nothing to be done here yet. |
And update some resources while we're at it
|
Okay, now that the |
|
🤖 A scheduled task has triggered a merge. |
brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingbrew install <formula>)?Now that we have some more advanced functionality in
update-python-resources, I've added some instructions for updatingmolecule's resources using the new options.Also bumped some resources (using the method described in the instructions!).