How do I declare `pipenv_requirements` to apply to...
# general
c
How do I declare
pipenv_requirements
to apply to more than one
resolve
? Do I need to declare it twice?
1
c
c
Amazing! Thank you
😁 1
Is it possible to do this together with
overrides
? Something like
Copy code
overrides: {
    "some-dependency": {
        "resolve": parametrize("resolve-a", "resolve-b")
    }
}
Seems like no.
Copy code
ValueError: Target generators of type `pipenv_requirements` (defined at `//:requirements`) do not (yet) support use of the `parametrize(..)` builtin in their `overrides=` field.
c
unfortunately not, this should be possible, alas (.. runs of to fetch issue link)
that ticket suggests some support in this area, but not in all cases.
here’s another related issue about parametrizations and overrides: https://github.com/pantsbuild/pants/issues/14535