I remember there was an option to avoid building s...
# general
s
I remember there was an option to avoid building small pex for every tool and instead build pexes with all the requirements in the resolve, but I can't find it. Does anybody know where it is?
1
f
And its answer is correct. That option will use the entire lockfile when testing etc.
s
thanks!