<@U051221NF> weird interaction with constraints fi...
# development
h
@happy-kitchen-89482 weird interaction with constraints files and how we implement v2 Python. We have several “dev requirements” that are controlled by subsystems, like
--ipython-version
and
--pytest-version
. If those aren’t in your constraints, we’ll warn.
This is another reason I prefer we punt on robust lockfile generation et al. Most dep managers differentiate between dev dependencies vs. normal dependencies. There’s lots of important prior art that would take substantial time to get right.