I'm struggling to use `parametrize` with `dependen...
# general
h
I'm struggling to use
parametrize
with
dependencies
. I'd like to make two versions of my source; one that has a complete set of dependency files and one that is paired down to just some essential subset. I'm getting a mix of issues, but most recent is that it doesn't like me including a colon to refer to the target I want to be dependent on.
1
ah I figured it out
The rest of the error message I missed was instructing to give them a kind of alias
👍 1