Skip to content

Commit 8215107

Browse files
author
David Robertson
committed
Synapse: Upgrade all deps when pip installing
Useful for matrix-org/synapse#12472.
1 parent 69c873b commit 8215107

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/synapse_sytest.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,10 @@ else
158158
# directory.
159159
# The virtual env will already be populated with dependencies from the
160160
# Docker build.
161+
# Keeping this option around allows us to `pip install` from wheel in synapse's
162+
# "latest dependencies" job.
161163
echo "Installing Synapse using pip..."
162-
/venv/bin/pip install -q --upgrade --no-cache-dir /synapse[all]
164+
/venv/bin/pip install -q --upgrade --upgrade-strategy eager --no-cache-dir /synapse[all]
163165
fi
164166

165167
/venv/bin/pip install -q --upgrade --no-cache-dir \

0 commit comments

Comments
 (0)