Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Meaningful message if corrupted setuptools. | idgserpro | 2016-11-08 | 1 | -0/+16 |
| | | | | | | | | | | | | Fixes https://github.com/pypa/setuptools/issues/563. Is not clear in ez_setup.py that it always uses a setuptools archive if already downloaded: although useful (and even used as a feature in buildout-bootstrap.py), it's hard for beginners that may have a corrupted ez_setup.py. So we just improve the error message, even showing the full path of the probably "corrupted" zip. | ||||
* | That fixture passes the original dir, so set cwd separately. | Jason R. Coombs | 2016-04-26 | 1 | -1/+4 |
| | |||||
* | Re-use implementation as found in setuptools.test.fixtures | Jason R. Coombs | 2016-04-26 | 1 | -2/+2 |
| | |||||
* | Add tests for ez_setup.py | Jason R. Coombs | 2016-04-26 | 1 | -0/+10 |