mirror of https://github.com/grpc/grpc.git
xds-k8s: Fix ModuleNotFoundError: No module named 'packaging' (#28556)
`packaging` was explicitly used in xds_url_map_testcase.py, but wasn't added to the requirements.txt. It (unintentionally) worked before because `packaging` is a transitive dependency of `google-api-python-client@1.12.8` via `google-api-core@1.31.5`. With `google-api-python-client` upgraded to `1.12.10`, it's not the case anymore.pull/28486/head
parent
d4e09406c1
commit
fd3dbcb371
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue