Hi, does pants support dependencies on local packa...
# general
r
Hi, does pants support dependencies on local packages defined inside
pyprojec.toml
when using poetry?
a
r
This is about such path based dependencies https://python-poetry.org/docs/dependency-specification/#path-dependencies I can try generating lockfile and see how it goes.
It does generate lockfile but pants fails when trying to import the package during test.
a
if the 'package' is internal to your repository, then just use pants? If the 'package' is external, bring it in and monorepo it? Pants doesn't really like things it can't control and stop changing.
h
Lockfiles don't yet support local requirements. Although John landed Pex's support, so now we only need to wire up to Pants
❤️ 1