1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

Revert "Pin end-to-end test Python dependencies" (#8106)

* Revert "Fix end-to-end tests (synapse setup) (#7420)"

This reverts commit b90a0c443d.

* Re-apply the modernized pip install approach

* setuptools2
This commit is contained in:
Travis Ralston
2022-03-21 16:30:36 -06:00
committed by GitHub
parent 666cab954a
commit e55136cede
2 changed files with 2 additions and 14 deletions

View File

@@ -10,10 +10,7 @@ cd $BASE_DIR
source env/bin/activate
pip install --upgrade pip
# Pin setuptools to work around crash bug in v60
# See https://github.com/vector-im/element-web/issues/20287
pip install setuptools==v59.8.0
pip install --upgrade setuptools
pip install ComplexHttpServer

View File

@@ -22,17 +22,8 @@ virtualenv -p python3 env
source env/bin/activate
pip install --upgrade pip
# Pin setuptools to work around crash bug in v60
# See https://github.com/vector-im/element-web/issues/20287
pip install setuptools==v59.8.0
pip install --upgrade setuptools
pip install https://codeload.github.com/matrix-org/synapse/zip/$SYNAPSE_BRANCH
# reivilibre: Suspected bug in frozendict 2.1.2 leading to a core dump...
# See https://github.com/vector-im/element-web/issues/20287
pip install frozendict==2.0.2
# apply configuration
pushd env/bin/
cp -r $BASE_DIR/config-templates/$CONFIG_TEMPLATE/. ./