Python: samples noxfile.py should respect INSTALL_LIBRARY_FROM_SOURCE=False in noxfile_config #942
Labels
lang: python
Issues specific to Python.
samples
Issues that are directly related to samples.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Samples in libraries always install the library from source on presubmits.
INSTALL_LIBRARY_FROM_SOURCE
set toFalse
in thenoxfile_config.py
should be respected by the samples noxfile so some samples can be pinned to older library versions.This line should be modified to check
TEST_CONFIG
as wellsynthtool/synthtool/gcp/templates/python_samples/noxfile.py.j2
Line 95 in 3336657
CC @kolea2
The text was updated successfully, but these errors were encountered: