You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We decided to not widely publicize resolves in Pants 2.10. Pants's mechanism works great, but using Poetry for lockfile generation is causing several issues:
* `[python-repos]` does not work
* VCS/local requirements don't work
* some transitive deps end up with environment markers that are nonsensical and cause the resolve to fail. There is a workaround, but it's not obvious. This didn't hit example-python, but did hit a user of Pants.
We'll switch to resolves once we can use Pex for lockfile generation: pantsbuild/pants#13964
0 commit comments