rhythmic-morning-87313
05/15/2022, 4:37 AMpython_tests()
target.
It seems that %(buildroot)s
expansion is not working in BUILD files. How could I achieve a similar thing?
e.g.,
python_tests(
name="tests",
extra_env_vars=[
"BACKEND_CONFIG_FILE=%(buildroot)s/manager.toml",
],
)
manager.toml
as an explicit resource file as a dependency of python_tests()
.runtime_package_dependencies
but it seems not working as well..bitter-ability-32190
05/15/2022, 11:20 AMfile
, and then declare the dependency from your test to the file