mirror of
https://github.com/matrix-org/synapse.git
synced 2025-10-18 02:41:04 +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:
parent
f510fba4ba
commit
23a698f5e6
@ -15,4 +15,4 @@ export LANG="C.UTF-8"
|
|||||||
# Prevent virtualenv from auto-updating pip to an incompatible version
|
# Prevent virtualenv from auto-updating pip to an incompatible version
|
||||||
export VIRTUALENV_NO_DOWNLOAD=1
|
export VIRTUALENV_NO_DOWNLOAD=1
|
||||||
|
|
||||||
exec tox -e py3-old,combine
|
exec tox -e py3-old
|
||||||
|
1
changelog.d/11888.misc
Normal file
1
changelog.d/11888.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Disable coverage calculation for olddeps build.
|
Loading…
x
Reference in New Issue
Block a user