I'm getting a warning message containing the follo...
# general
b
I'm getting a warning message containing the following:
Ignoring '[python_setup].resolve_all_constraints' option.
I understand the source of the warning, but my question is: where is the documentation about this option, or the
python_setup
set of options in general? Searching on the website turns up nothing, and I can't seem to find anything in
./pants help
either. What is this thing?
h
Hi, what Pants version?
python-setup
has been replaced by
python
for a minute
b
2.12.0
h
hm, that might be a bad error message then. this is the option https://www.pantsbuild.org/docs/reference-python#section-resolve-all-constraints
yep, thanks for the report!
b
Cool, thanks for rescuing my sanity 😅
h