aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tox_pip.py
Commit message (Collapse)AuthorAgeFilesLines
* Set PIP_USE_PEP517 in installer command so as not to influence the tests ↵Jason R. Coombs2020-01-211-0/+2
| | | | with that setting.
* Rewrite selective PIP_IGNORE_REQUIRES_PYTHON to allow test dependencies in ↵Jason R. Coombs2020-01-201-7/+32
| | | | metadata to be installed without ignoring REQUIRES_PYTHON
* Move test dependencies to package metadata.Jason R. Coombs2020-01-191-1/+19
|
* Bootstrap the environment in tox, allowing simple 'tox' to run tests and ↵Jason R. Coombs2020-01-191-2/+9
| | | | simplifying all of the pipelines.
* Restore testing on Python 2, bypassing the requires-python check when ↵Jason R. Coombs2020-01-121-0/+5
| | | | installing setuptools.
* Rely on tox-pip-version to upgrade pip and minimize the hack for removing ↵Jason R. Coombs2020-01-121-22/+15
| | | | setuptools from the environment.
* Restore build-backend and remove switch to avoid pep517. Ref #1644.Jason R. Coombs2019-12-011-6/+0
|
* tweak workaround for #1644Benoit Pierre2019-11-151-1/+10
| | | | Work around buggy pip detection code for "pip.exe install/update pip ...".
* improve workaround for #1644Benoit Pierre2019-10-071-0/+29
Make it possible to use a more recent version of pip for tests.