CI failing on Windows - maybe due to poetry.lock
See original GitHub issueSee https://github.com/pandas-dev/pandas-stubs/runs/7256706305?check_suite_focus=true which happened after I merged a PR to main
. Might be due to the poetry.lock
stuff??
Issue Analytics
- State:
- Created a year ago
- Comments:14 (10 by maintainers)
Top Results From Across the Web
option to fail if poetry.lock doesn't match pyproject.toml #5003
The lock command of poetry 1.2 will have a --check option (see documentation). Not exactly the requested feature but quite similar and probably...
Read more >Warning: The lock file is not up to date with the latest changes ...
The issue is resolved, use: poetry lock --no-update . Old answer: There is a current workaround with the following commands: poetry add pathlib2 ......
Read more >poetry.lock support for Dependency Scanning - GitLab.org
Dependency Scanning CI job successfully process Poetry projects having a lock file instead of failing with "unsupported language or manager" ...
Read more >Announcing Poetry 1.2.0 | Blog
Poetry 1.2 will properly lock and manipulate the versions of setuptools, pip, and wheel in the target environment. This is to support projects ......
Read more >Dependency Management With Python Poetry
Pin Dependencies in poetry.lock; Install Dependencies From poetry.lock ... If you're on Windows, then you can use the Invoke-Webrequest cmdlet with the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Until now, I hadn’t heard of
pipx
. Based on the docs at https://pypa.github.io/pipx/comparisons/#:~:text=to Other Tools-,pipx vs pip,install packages with cli entrypoints., I would stick withpip
But I could easily be convinced otherwise.
Personally, I think we should remove the pip upgrade.