1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

890 commits

Author SHA1 Message Date
Hugo Lopes Tavares
69486cd969 added virtualenv development version to tests_require, because it is py3k compatible 2011-03-20 17:11:54 -03:00
Hugo Lopes Tavares
3caff20a51 virtualenv is a test dependecy, it can not be out of setup.py 2011-03-20 15:41:38 -03:00
Hugo Lopes Tavares
6c9f5da2e9 Merge remote branch 'origin/master' 2011-03-20 15:35:06 -03:00
Carl Meyer
2c18811315 Skip some --user tests under pypy, that seems to be broken there. 2011-03-20 13:28:18 -04:00
Carl Meyer
6938362107 Use SkipTest instead of conditional test definition. 2011-03-20 13:12:04 -04:00
Carl Meyer
849007e13a More aggressively ignore pyc/__pycache__ in test results, including ignoring all directory changes. Helps tests pass on pypy. 2011-03-20 12:47:15 -04:00
Carl Meyer
7f93eb5246 Add missing rmtree import in test_uninstall. 2011-03-20 11:52:54 -04:00
Carl Meyer
a6181add40 Remove nonexistent name from an __all__. 2011-03-20 11:40:22 -04:00
Carl Meyer
d84473c575 Modify test_correct_pip_version to allow for .pre/.post. 2011-03-20 10:36:07 -04:00
Carl Meyer
c0ee10a026 Added Vinay Sajip to AUTHORS.txt 2011-03-19 23:11:59 -04:00
Jannis Leidel
afc2464772 Make use of our own rmtree to work around an issue on Windows with readonly files. 2011-03-19 20:57:37 +01:00
Carl Meyer
f903eb0dd0 Merged in python3 branch. 2011-03-19 15:04:30 -04:00
Carl Meyer
f3fe9dd4be Fixed syntax in test_uninstall for Python <2.6 2011-03-19 14:40:06 -04:00
Carl Meyer
97578eec1e Fixed import of test_pip in test_compat. 2011-03-19 13:25:46 -04:00
Carl Meyer
6efb1a87ee Removed unused import in test_pip.py 2011-03-19 13:25:37 -04:00
Carl Meyer
1b61b74a84 Fix subtle bug in test_requirements that was breaking all subsequent svn tests. 2011-03-19 12:52:48 -04:00
Carl Meyer
83dac0ea6b Actually use check_call when we can. 2011-03-19 02:07:53 -04:00
Carl Meyer
ea6eb45c57 Test fixes for uninstall and vcs_backends on Python trunk. 2011-03-19 01:54:04 -04:00
Carl Meyer
bc88ee8736 Tweak test_freeze for Python 2.4. 2011-03-19 01:03:47 -04:00
Carl Meyer
e211604024 Fixed up freeze tests. 2011-03-19 00:48:45 -04:00
Carl Meyer
00d94d905e Moved fast-testing saved virtualenvs inside tests_cache. 2011-03-19 00:48:19 -04:00
Carl Meyer
6d54efc10d Added Python 3 trove classifiers. 2011-03-18 23:25:11 -04:00
Carl Meyer
b645a83bf5 test_basic passes on 2.4-3.2. 2011-03-18 23:19:22 -04:00
Carl Meyer
3bd56ae386 Python 2.4 doesn't have subprocess.check_call. 2011-03-18 23:17:56 -04:00
Carl Meyer
98bdf0e684 Fixed circular import under Python 2.4. 2011-03-18 23:17:35 -04:00
Carl Meyer
0e8b9d9d07 Added news for Python 3 support. 2011-03-18 23:17:15 -04:00
Carl Meyer
80014deb81 Added test_ws and test_ws_backup to .gitignore. 2011-03-18 22:06:57 -04:00
Carl Meyer
12b77ae27a Cleanup - may cause some additional test failures. 2011-03-18 20:31:36 -04:00
Carl Meyer
d0b8178f5c Added clarifying comments to hexadecimal file modes. 2011-03-18 20:31:05 -04:00
Carl Meyer
1524196717 Re-added news updates that were lost in merging Py3k updates. 2011-03-18 20:30:17 -04:00
Vitaly Babiy
90c5af68c5 tests updated due to move to distribute 0.6.15 2011-03-16 23:55:20 -04:00
Vitaly Babiy
1471e93b75 moved to distribute 0.6.15 2011-03-16 23:54:16 -04:00
Jannis Leidel
c3d639f4b5 Added authors and license files to manifest template. Closes issue #230. 2011-03-16 12:54:38 -04:00
Vitaly Babiy
0e07134b17 Fixed urllib2 errors 2011-03-16 00:41:50 -04:00
Vitaly Babiy
a23332afcd Fixed syntax in test_all_pip.py 2011-03-15 21:56:56 -04:00
Hugo Lopes Tavares
04e59e7ecd Merge branch 'master' of github.com:pypa/pip 2011-03-15 22:07:25 -03:00
Carl Meyer
39029c8f29 Added changelog to long-description. 2011-03-15 15:56:43 -04:00
Carl Meyer
2032190e81 Fixed ReST bug in changelog. 2011-03-15 15:56:35 -04:00
Carl Meyer
fffd82168d Simplify setting docs config version. 2011-03-15 15:52:27 -04:00
Vinay Sajip
680b5dfda0 Port to Python3 2011-03-15 15:49:48 -04:00
Carl Meyer
40d0286c6c Added note to news about non-TTY download progress fix. 2011-03-15 14:16:54 -04:00
Alex Morega
375a293a11 show download progress only when writing to a TTY 2011-03-15 11:05:54 -04:00
Alex Morega
0adc3e4818 documentation to run a single test 2011-03-15 11:05:54 -04:00
Hugo Lopes Tavares
e80376aa17 rmoved "no-global-site-packages.txt" in a test that uses distribute + usersite installation 2011-03-15 10:06:18 -03:00
Vitaly Babiy
6c82a1bfdd added some basic installation docs 2011-03-15 01:43:51 -04:00
Hugo Lopes Tavares
f9277dd639 fixed docstring in test_basic.test_install_subversion_usersite_editable_with_distribute 2011-03-15 01:15:07 -03:00
Hugo Lopes Tavares
cb0d8359e4 coverage cant be installed if the python interpreter was compiled with Visual Studio - changed package so nobody cares about the interpreter 2011-03-15 00:18:48 -03:00
Hugo Lopes Tavares
4e6428c489 added bug fix for test_config.py - http://bugs.python.org/issue3210 2011-03-15 00:09:14 -03:00
Carl Meyer
b3d78d279c Added news updates. 2011-03-14 18:34:11 -04:00
Alex Morega
0236a47f0a make sure paths found by find_command are files 2011-03-14 18:07:12 -04:00