Skip to content

Commit 51eee7d

Browse files
theacodesncoghlan
authored andcommitted
Remove outdated warning about Python version mixing with Pipenv (pypa#501)
Resolves pypa#452
1 parent 927eca1 commit 51eee7d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

source/tutorials/managing-dependencies.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,7 @@ when you share your project with others. You should get output similar to this
113113
Adding requests to Pipfile's [packages]...
114114
P.S. You have excellent taste! ✨ 🍰 ✨
115115
116-
.. Warning:: Due to an `open issue with pipenv`_, it's not currently reliable
117-
to use ``pipenv`` to create environments for different Python versions
118-
(as environment marker conditions may not be processed correctly).
119-
The interpreter version you use in your project should be the same as the
120-
interpreter version used to install ``pipenv``.
121-
When testing against multiple versions with ``tox``, install ``pipenv``
122-
into each test environment, as described `here <pipenv-tox>`_.
123-
124116
.. _Requests: https://python-requests.org
125-
.. _open issue with pipenv: https://github.com/pypa/pipenv/issues/857
126117
.. _pipenv-tox: https://docs.pipenv.org/advanced/#tox-automation-project
127118

128119

0 commit comments

Comments
 (0)