Is there a guide anywhere on migrating away from t...
# general
r
Is there a guide anywhere on migrating away from the Python tool lockfiles? Just spent an hour debugging an issue caused by a dependency mismatch between our main lockfiles and pytest's lockfile so I'm feeling motivated to rip them out asap.
h
Which Pants version are you on?
The upcoming 2.16.x will allow you to resolve a tool from the main lockfile and so on
r
2.16.0rc1
h
OK, rc2 (out hopefully today or tomorrow) has big improvements to how this is done
But it is possible even in rc1
the docsite should be up to date on this
r
rc2 will probably be out before I actually have time to tackle but let me check the docsite again, I looked before but couldn't find anything but I probably just missed it
You have to be on the 2.16 version of the docs
r
Is there a way to just use the resolve/lockfile of the code I am trying to run the tool on instead of having to specify a particular resolve for each tool?