<#18167 support multiple constraints files per res...
# github-notifications
q
#18167 support multiple constraints files per resolver Issue created by cburroughs Is your feature request related to a problem? Please describe. Some of my constraints come from a managed hosting list. I'd like to check that file in and treat it as immutable. Others are more like "stuff that might be wonky on M1 macs". I'd like to have that in a separate file. Describe the solution you'd like
python.resolves_to_constraints_file
takes a list; maybe has a clearer name that reflects that? Describe alternatives you've considered I mean, it's not the end of the word to
cat
some files or use comments. Just not tidy. Additional context Support from pex
Copy code
--constraints FILE or URL
                        Add constraints from the given constraints file. This
                        option can be used multiple times.
pantsbuild/pants