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.
code_spécifique_watcha
Richard van der Hoff 3 years ago committed by GitHub
parent f510fba4ba
commit 23a698f5e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .ci/scripts/test_old_deps.sh
  2. 1
      changelog.d/11888.misc

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

@ -0,0 +1 @@
Disable coverage calculation for olddeps build.
Loading…
Cancel
Save