Is there a way to get the versions of packages pan...
# general
a
Is there a way to get the versions of packages pants used to run a certain goal? (in this particular case, tests)
h
For Python?
a
Yeah, sorry 😞
h
a
Yeah, but that will take days…
I just wanted to get the answer for a particular test 🙂
h
You can use
./pants test --no-process-cleanup test --force path/to/tests.py
. It will log the path to the sandbox, then inspect the
requirements.pex
I think using
unzip
and looking at the
PEX-INFO
file
a
Those lockfiles look appealing right about now, I can just run it now and (provided my mac doesn’t catch on fire), it should be done by tomorrow morning 🙂
h
Sorry I'm not following - why would it take days for the lockfile to generate?
a
I don’t know, I tried to run it, I stopped it after 15 minutes where it was still doing
Resolve transitive targets
👀 1