Another question, when changing a dependency for a...
# development
h
Another question, when changing a dependency for a test/pex binary target, we get a relatively big penalty (anything from 60-250 seconds), which rather large and really hurts the feedback loop, is this expected?
Copy code
Building requirements.pex with 75 requirements: aiobotocore==1.4.2; ...
Takes most of the time
c
I've also noticed that building the requirements pex is a time consuming task. My impression is that it is largely pip that takes a lot of time.. wondering if there is something that could be done to help speed pip up..?
h
h
Yeah, currently using a constraints file gives you a huge speedup (after the initial resolve)
And we are working on supporting multiple lockfiles to the same benefit