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 | |
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.
-rwxr-xr-x | .ci/scripts/test_old_deps.sh | 2 | ||||
-rw-r--r-- | changelog.d/11888.misc | 1 |
2 files changed, 2 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 diff --git a/changelog.d/11888.misc b/changelog.d/11888.misc new file mode 100644 index 0000000000..db1c9b8bbd --- /dev/null +++ b/changelog.d/11888.misc @@ -0,0 +1 @@ +Disable coverage calculation for olddeps build. |