<#21295 How to reference whatever built-in lockfil...
# github-notifications
c
#21295 How to reference whatever built-in lockfile ships with pants when using enable_resolves=true? New discussion created by foobar-coder When I use
enable_resolves=true
in the
toml
file,
python-default
is assumed anywhere I don't use an explicit
resolve
parameter. But unless I define a
python-default
resolve one on my own, I get an error. I don't want to create a custom
python-default
, but simply use whichever default
lockfile
ships with
pants
How do I do that? pantsbuild/pants