aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_ez_setup.py
Commit message (Expand)AuthorAgeFilesLines
* Just remove test_ez_setup, as the last remaining test, test_install, only bar...Jason R. Coombs2014-03-241-44/+0
* Remove test for use_setuptools, as it fails when running under pytest because...Jason R. Coombs2014-03-241-4/+1
* Update test_install to actually patch the hidden _python_cmd.Jason R. Coombs2014-03-241-1/+1
* Remove test_do_download, which also no longer works due to complexities aroun...Jason R. Coombs2014-03-231-8/+1
* Remove test_build_egg. The test doesn't work and it's difficult to test _buil...Jason R. Coombs2014-03-231-9/+0
* Force sdist zip format (preferred for _build_egg)Jason R. Coombs2014-03-231-5/+5
* Fix build of setuptools on Windows (do not create empty tag)Jason R. Coombs2014-03-231-1/+1
* Merge Python 3 native support from distributeJason R. Coombs2013-06-181-3/+3
* Update test_distribute_setup to reference ez_setup.pyJason R. Coombs2013-03-191-0/+63