How to reference whatever built-in lockfile ships with pants when using enable_resolves=true? #21295
Unanswered
foobar-coder
asked this question in
Q&A
Replies: 1 comment
-
To set the name of the resolve for your code, use
See https://www.pantsbuild.org/2.21/docs/python/overview/lockfiles for a broader overview |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use
enable_resolves=true
in thetoml
file,python-default
is assumed anywhere I don't use an explicitresolve
parameter. But unless I define apython-default
resolve one on my own, I get an error.I don't want to create a custom
python-default
, but simply use whichever defaultlockfile
ships withpants
How do I do that?
Beta Was this translation helpful? Give feedback.
All reactions