Uh oh!
There was an error while loading. Please reload this page.
Pin sortedcontainers version to avoid requirements' installation error - #151
Pin sortedcontainers version to avoid requirements' installation error#151cdeler wants to merge 1 commit into
Conversation
lovelydinosaur
commented
Aug 11, 2020
Thanks. I'm not seeing the issue here that's causing you to have to pin this. Any thoughts? |
jcugat
commented
Aug 11, 2020
@tomchristie it's not an error per se (execution finishes successfully), but it also happens in CI: |
jcugat
commented
Aug 11, 2020
By the way, testing this with the new pip resolver works correctly without any error message: Click to expand! |
florimondmanca
commented
Aug 12, 2020
@jcugat Are you saying that without the change from this PR, using |
jcugat
commented
Aug 12, 2020
@florimondmanca yes, if you expand the logs I attached before, you can see that pip initially downloads |
jcugat
commented
Aug 12, 2020
I still think that we should pin all development dependencies to strict versions (as I commented before), and let dependabot bump those. You can check my test of this in the fork of httpx where I enabled it: https://github.com/jcugat/httpx/pulls |
I tried to resolve all dev dependencies using
pip-compile output |
florimondmanca
commented
Aug 13, 2020
@jcugat The Dependabot PRs in your fork look pretty good. I'd be interested we try this in either HTTPCore and HTTPX, then expand to both if it works well. WDYT? |


No description provided.