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

Disable coverage calculation for olddeps build. #11888

Merged
merged 1 commit into from
Feb 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.