<#20706 pants cannot infer package extra from poet...
# github-notifications
c
#20706 pants cannot infer package extra from poetry configuration in pyproject.toml Issue created by Sage0614 Describe the bug when a poetry_requirement is provided, pants only infer the package on the surface level as dependencies but not package extra, for example, if I provide
Copy code
[tool.poetry.dependencies]
polars = {extras = ["adbc"],version="^0.20.16"}
only polars with be infered as project dependency, but not adbc. this is confirmed by running
pants dependencies
and cause
pants test ::
to fail due to missing dependency of adbc Pants version 2.19.1 OS Linux Additional info Add any other information about the problem here, such as attachments or links to gists, if relevant. pantsbuild/pants