This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Warn that poetry will self-sabotage with zero-length setup.py files if interrupted. #14788
Labels
A-Docs
things relating to the documentation
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Task
Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
Repro steps:
poetry install --extras all -v
on a git checkoutsetup.py
file in the root of the checkoutpoetry install --extras all -v
againsetup.py
to make poetry stop mysteriously failing.Filing this in case we want to update the Synapse guide to reflect this - or failing that, to leave a breadcrumb trail for others to find. Or i guess we could ask poetry to fix this horrific behaviour; i had to
strace
the wretched thing to figure out what the root cause was.The text was updated successfully, but these errors were encountered: