<#19158 `__defaults__` silently allows-and-ignores...
# github-notifications
c
#19158 `__defaults__` silently allows-and-ignores fallthrough kwargs Issue created by thejcannon Describe the bug I was trying to do:
Copy code
__defaults__(python_test=dict(environment="focal-docker"))
and getting frustrated it wasn't working. Turns out it just gets collected and ignored: pants/src/python/pants/engine/internals/defaults.py Line 117 in </pantsbuild/pants/commit/3ce90948d2dc49dd525ca4a10daeaba98068a8e0|3ce9094> Pants version
2.16.0rc2
OS N/A Additional info N/A pantsbuild/pants