Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Just remove test_ez_setup, as the last remaining test, test_install, only ↵ | Jason R. Coombs | 2014-03-24 | 1 | -44/+0 |
| | | | | barely touches the functionality as the actually installation command is mocked. The test run in the travis config is much more comprehensive. | ||||
* | Remove test for use_setuptools, as it fails when running under pytest ↵ | Jason R. Coombs | 2014-03-24 | 1 | -4/+1 |
| | | | | because the installed version of setuptools is already present. | ||||
* | Update test_install to actually patch the hidden _python_cmd. | Jason R. Coombs | 2014-03-24 | 1 | -1/+1 |
| | |||||
* | Remove test_do_download, which also no longer works due to complexities ↵ | Jason R. Coombs | 2014-03-23 | 1 | -8/+1 |
| | | | | around secure downloaders. | ||||
* | Remove test_build_egg. The test doesn't work and it's difficult to test ↵ | Jason R. Coombs | 2014-03-23 | 1 | -9/+0 |
| | | | | _build_egg given the current interface. | ||||
* | Force sdist zip format (preferred for _build_egg) | Jason R. Coombs | 2014-03-23 | 1 | -5/+5 |
| | | | | | --HG-- extra : amend_source : eb261716fc15148a101c059fb03c0f51b683c673 | ||||
* | Fix build of setuptools on Windows (do not create empty tag) | Jason R. Coombs | 2014-03-23 | 1 | -1/+1 |
| | |||||
* | Merge Python 3 native support from distribute | Jason R. Coombs | 2013-06-18 | 1 | -3/+3 |
| | | | | | --HG-- rename : tests/test_distribute_setup.py => tests/test_ez_setup.py | ||||
* | Update test_distribute_setup to reference ez_setup.py | Jason R. Coombs | 2013-03-19 | 1 | -0/+63 |
--HG-- branch : Setuptools-Distribute merge rename : tests/test_distribute_setup.py => tests/test_ez_setup.py extra : rebase_source : d6fe218013147bd6a4e43220356d539d7764da11 |