diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-02-02 15:59:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 15:59:33 +0000 |
commit | 23a698f5e6b69ae6b13afd439a6d4e867d842046 (patch) | |
tree | 321d0a824a2e1f69f006713993ba399e88f14e5d /.ci | |
parent | Describe `prune_unread_entries` in docstrings (#11876) (diff) | |
download | synapse-23a698f5e6b69ae6b13afd439a6d4e867d842046.tar.xz |
Disable coverage calculation for olddeps build. (#11888)
We disabled coverage calculation for most of CI in #11017, but the olddeps build uses a separate script and got forgotten.
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/scripts/test_old_deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/test_old_deps.sh b/.ci/scripts/test_old_deps.sh index a54aa86fbc..54ec3c8b0d 100755 --- a/.ci/scripts/test_old_deps.sh +++ b/.ci/scripts/test_old_deps.sh @@ -15,4 +15,4 @@ export LANG="C.UTF-8" # Prevent virtualenv from auto-updating pip to an incompatible version export VIRTUALENV_NO_DOWNLOAD=1 -exec tox -e py3-old,combine +exec tox -e py3-old |