Merge pull request #15552 from mehrdada/venv-fix

Change virtualenv path for interop tests for Python 1.10.1
pull/15559/head
Mehrdad Afshari 7 years ago committed by GitHub
commit a5f7174c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/interop_matrix/client_matrix.py

@ -388,5 +388,5 @@ TESTCASES_VERSION_MATRIX = {
'python_v1.7.2': 'python__v1.0.x',
'python_v1.8.1': 'python__v1.0.x',
'python_v1.9.1': 'python__v1.0.x',
'python_v1.10.0': 'python__v1.0.x',
'python_v1.10.1': 'python__v1.0.x',
}

Loading…
Cancel
Save