Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around a race condition when installing Synapse with poetry (#1240)
Poetry runs multiple pip operations in parallel. Unfortunately this results in race conditions when a dependency is installed while another dependency is being up/downgraded in `scripts/synapse_sytest.sh`. Configure poetry to serialize `pip` operations. See matrix-org/synapse#12419 Signed-off-by: Sean Quah <[email protected]>
- Loading branch information