summary refs log tree commit diff
path: root/.ci/scripts
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-02-17 15:55:14 +0000
committerGitHub <noreply@github.com>2022-02-17 15:55:14 +0000
commit6127c4b9f19702909938ddc95b7e4219d20ac349 (patch)
treedc052c84ec7230bd7122b111cd9482ac28ff5be2 /.ci/scripts
parentRemove support for the legacy structured logging configuration. (#12008) (diff)
downloadsynapse-6127c4b9f19702909938ddc95b7e4219d20ac349.tar.xz
Configure `tox` to use `venv` (#12015)
As the comment says, virtualenv is a pile of fail.
Diffstat (limited to '.ci/scripts')
-rwxr-xr-x.ci/scripts/test_old_deps.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/.ci/scripts/test_old_deps.sh b/.ci/scripts/test_old_deps.sh

index 54ec3c8b0d..b2859f7522 100755 --- a/.ci/scripts/test_old_deps.sh +++ b/.ci/scripts/test_old_deps.sh
@@ -8,7 +8,9 @@ export DEBIAN_FRONTEND=noninteractive set -ex apt-get update -apt-get install -y python3 python3-dev python3-pip libxml2-dev libxslt-dev xmlsec1 zlib1g-dev tox libjpeg-dev libwebp-dev +apt-get install -y \ + python3 python3-dev python3-pip python3-venv \ + libxml2-dev libxslt-dev xmlsec1 zlib1g-dev tox libjpeg-dev libwebp-dev export LANG="C.UTF-8"