Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3e4e6f6

Browse files
committedApr 18, 2025·
Removes test_samples-impl ref to older virtualenv package
1 parent 7f44424 commit 3e4e6f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.kokoro/test-samples-impl.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ export PYTHONUNBUFFERED=1
3333
env | grep KOKORO
3434

3535
# Install nox
36-
# `virtualenv==20.26.6` is added for Python 3.7 compatibility
37-
python3.9 -m pip install --upgrade --quiet nox virtualenv==20.26.6
36+
python3.9 -m pip install --upgrade --quiet nox virtualenv
3837

3938
# Use secrets acessor service account to get secrets
4039
if [[ -f "${KOKORO_GFILE_DIR}/secrets_viewer_service_account.json" ]]; then

0 commit comments

Comments
 (0)
Please sign in to comment.