0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-18 03:23:45 +02:00

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.
This commit is contained in:
Richard van der Hoff 2022-02-02 15:59:33 +00:00 committed by GitHub
parent f510fba4ba
commit 23a698f5e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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

1
changelog.d/11888.misc Normal file
View file

@ -0,0 +1 @@
Disable coverage calculation for olddeps build.