[09:05:54] <pradyunsg> https://pip.pypa.io/en/stable/user_guide/#deprecation-timeline - how we're doing the resolver rollout is mentioned in the documentation.
[11:08:00] <ThiefMaster> is this a bug? i published indico==2.3 to pypi a while ago (30m or so), but `pip install --use-feature=2020-resolver -U indico` does not upgrade it. the currently-installed version is from a local wheel, `indico @ file:///opt/indico/wheels/indico-2.3.dev0%2B202009141513.3dbbddef32-py2-none-any.whl` according to `pip freeze`
[11:08:00] <ThiefMaster> pip just shows `Requirement already satisfied: indico in ./.venv/lib/python2.7/site-packages (2.3.dev0+202009141513.3dbbddef32)` for it
[11:08:00] <ThiefMaster> if i disable the resolver, it works fine
[11:08:20] <ThiefMaster> actually, "30m or so" is outdated, it was yesterday evening, but i didn't get any replies back then ;)