<#19159 `__defaults__` isn't applied to generated ...
# github-notifications
c
#19159 `__defaults__` isn't applied to generated targets Issue created by thejcannon Describe the bug Given:
Copy code
__defaults__({python_test:dict(tags=["focal-docker"])})
in the root
BUILD
, then somewhere else:
Copy code
python_tests(name="tests")
then
pants peek <some_test>
shows an empty
tags
😢 Pants version
main
and
2.16.0rc2
OS N/A Additional info N/A pantsbuild/pants