You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that this plugin supports tox-venv, it could be used to upgrade the pip inside the venv. See tox-dev/tox-venv#25 (comment) That isnt usually required, as tox without tox-venv will use virtualenv which does this upgrade automatically.
This might also be implemented as part of 'ranges' #12 , if it uses normal specifiers which can include >19, which will typically cause pip to install the latest.
The text was updated successfully, but these errors were encountered:
This should be addressed in #16. We'll be able to use pip_version = pip to install latest (equivalent to a pip install -U pip) or use pip_version = pip>=19.1 or similar.
Now that this plugin supports tox-venv, it could be used to upgrade the pip inside the venv. See tox-dev/tox-venv#25 (comment) That isnt usually required, as tox without
tox-venv
will usevirtualenv
which does this upgrade automatically.This might also be implemented as part of 'ranges' #12 , if it uses normal specifiers which can include
>19
, which will typically cause pip to install the latest.The text was updated successfully, but these errors were encountered: