Odd. I added a `entry_point_dependencies` field to...
# development
p
Odd. I added a
entry_point_dependencies
field to
python_test
and
python_tests
targets in https://github.com/pantsbuild/pants/pull/21062 but I don't see the field in the docs: • https://www.pantsbuild.org/2.23/reference/targets/python_testhttps://www.pantsbuild.org/2.23/reference/targets/python_tests The field should be available if either
pants.backend.experimental.python
or
pants.backend.experimental.python.framework.stevedore
is enabled. Any ideas why the docs don't show the field? Did I miss registering something for the docs to pick up the field? Or when do the dev docs get regenerated?