IPython inference now uses a different variable and an explicit string value to disable inference. Instead of ``PIP_RUN_INFER_IPYTHON=0``, use ``PIP_RUN_IPYTHON_MODE=ignore``.
10.2.0
=======
67: Now if ``ipython`` is included in the dependencies, it will be used as the default interactive interpreter (implying ``-m IPython``).
10.1.1
=======
73: Added missing implicit test dependencies on setuptools and wheel (revealed by virtualenv 20.23.0).
10.1.0
=======
72: Now the ``bin`` directory in the target is inserted at the front of the ``PATH`` variable, making scripts available as installed by packages.
10.0.7
=======
70: Avoid OSError when a parameter to Python exceeds the allowed filename length.