Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Disable coverage calculation for olddeps build. (#11888)
Browse files Browse the repository at this point in the history
We disabled coverage calculation for most of CI in #11017, but the olddeps
build uses a separate script and got forgotten.
  • Loading branch information
richvdh committed Feb 2, 2022
1 parent f510fba commit 23a698f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/test_old_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions changelog.d/11888.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Disable coverage calculation for olddeps build.

0 comments on commit 23a698f

Please sign in to comment.