summaryrefslogtreecommitdiff
path: root/pkg_resources
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2018-08-11 19:06:46 +0200
committerBenoit Pierre <benoit.pierre@gmail.com>2018-08-11 19:44:25 +0200
commit79d2a47528a35c3c955e117b3912fe0ac7dc36e2 (patch)
tree97d5f78b1452d939b38e57e03a27a3fcae513501 /pkg_resources
parent9755c3bc2bf1fe50bf67dccb583ffad9d57f7bab (diff)
downloadpython-setuptools-git-79d2a47528a35c3c955e117b3912fe0ac7dc36e2.tar.gz
tox: fix configuration so newer tox versions are supported
Starting with tox 3.2.0, the commands for installing/listing dependencies changed from pip to python -m pip, which is problematic as this will leave bits of the previous (from the virtualenv creation) older version of setuptools installed in the site-packages directory because from pip's point of view, the active setuptools version is the one in the current directory (which cannot be uninstalled). Fix #1453.
Diffstat (limited to 'pkg_resources')
0 files changed, 0 insertions, 0 deletions