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

Commit 5061d5e

Browse files
committed
Disable coverage calculation for olddeps build.
We disabled coverage calculation for most of CI in #11017, but the olddeps build uses a separate script and got forgotten.
1 parent 901b264 commit 5061d5e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/scripts/test_old_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export LANG="C.UTF-8"
1515
# Prevent virtualenv from auto-updating pip to an incompatible version
1616
export VIRTUALENV_NO_DOWNLOAD=1
1717

18-
exec tox -e py3-old,combine
18+
exec tox -e py3-old

changelog.d/11888.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Disable coverage calculation for olddeps build.

0 commit comments

Comments
 (0)