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