Attempt to upgrade poetry version - #310
mariusvniekerk wants to merge 3 commits into
Conversation
✅ Deploy Preview for conda-lock ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
@maresb tried to run the vendoring helper, but it seems that it didn't replace the import paths appropriately. Actually seems it didn't really run? Can't seem to run the reset No idea what this means |
|
Hi, sorry for the confusion. The original vendoring procedure was quite complicated. My migration script was designed to run once, and only with that specific version of Poetry/Poetry Core/Cleo. (The idea was to implement it in code so that when it comes time to upgrade we know exactly what procedure was used, and we can make the appropriate changes.) Thus the migration named "Vendor Poetry" has already been applied. The Rather than add an Taking a quick look, seems that we need to change f"/{self.name.replace('-', '_')}-{self.version}.tar.gz"and line 390 to {"python_version": python_version, "sys_platform": "linux"},but then it's getting confused due to importlib_metadata having multiple |
|
Superseded by #637 |
Attempt to upgrade our vendored poetry to latest