Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid reliance on shell details in test_virtualenv. | Jason R. Coombs | 2020-05-15 | 1 | -10/+5 |
| | |||||
* | Avoid reliance on shell details in test_virtualenv. | Jason R. Coombs | 2020-05-15 | 1 | -4/+1 |
| | |||||
* | Rewrite selective PIP_IGNORE_REQUIRES_PYTHON to allow test dependencies in ↵ | Jason R. Coombs | 2020-01-20 | 1 | -0/+11 |
| | | | | metadata to be installed without ignoring REQUIRES_PYTHON | ||||
* | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 1 | -5/+7 |
| | |||||
* | Merge pull request #1908 from benoit-pierre/drop_py34_support | Jason R. Coombs | 2020-01-01 | 1 | -4/+1 |
|\ | | | | | drop support for Python 3.4 | ||||
| * | drop support for Python 3.4 | Benoit Pierre | 2019-11-15 | 1 | -4/+1 |
| | | |||||
* | | dist: re-implement `fetch_build_egg` to use pip | Benoit Pierre | 2019-11-15 | 1 | -6/+12 |
|/ | |||||
* | tests: fix `test_pip_upgrade_from_source` on Python 3.4 | Benoit Pierre | 2019-07-23 | 1 | -1/+6 |
| | | | | Do not test pip's master on 3.4, as support for it has been dropped. | ||||
* | Automatically skip tests that require network | Paul Ganssle | 2019-02-23 | 1 | -10/+41 |
| | |||||
* | tests: improve `test_pip_upgrade_from_source` | Benoit Pierre | 2019-02-22 | 1 | -1/+15 |
| | | | | | Parametrize the test to check different versions of pip (including master) are correctly supported. | ||||
* | Feed the hobgoblins (delint). | Jason R. Coombs | 2019-01-26 | 1 | -2/+1 |
| | |||||
* | add a test to catch unvendored dependencies | Benoit Pierre | 2018-11-13 | 1 | -0/+12 |
| | |||||
* | Remove pytest marker and code for Python < 2.7 | Nikolaus Waxweiler | 2018-10-27 | 1 | -3/+0 |
| | |||||
* | Skip tests in test_virtualenv if the prefix is broken on that virtualenv. ↵ | Jason R. Coombs | 2018-03-05 | 1 | -0/+15 |
| | | | | Ref #1284. | ||||
* | Feed the hobgoblins (delint). | Jason R. Coombs | 2018-02-04 | 1 | -0/+4 |
| | |||||
* | fix `test_pip_upgrade_from_source` test on Python 2.6 | Benoit Pierre | 2017-09-13 | 1 | -0/+4 |
| | |||||
* | fix `test` command handling of `extras_require` | Benoit Pierre | 2017-07-26 | 1 | -0/+66 |
| | | | | Also install platform specific requirements in `extras_require`. | ||||
* | fix possible error when finalizing `install_requires` | Benoit Pierre | 2017-07-15 | 1 | -0/+19 |
| | |||||
* | tests: rework clean install test | Benoit Pierre | 2017-07-15 | 1 | -0/+31 |
Use pytest-virtualenv so the test can be run no Windows too. |