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

15 commits

Author SHA1 Message Date
Jannis Leidel
c5a60b436e Use another Git repository for the tests. 2011-09-13 20:17:42 +02:00
Hugo Lopes Tavares
ed7360a735 Fixed issue #283 and did some refactorings on git vcs backend 2011-05-15 13:05:14 -03:00
Paul Nasrat
2860dc7d41 Fix whitespace, etc for pep8 compliance
Reran tests after changes on 2.4, 2.6, 3.2 all pass.

=====================================================
================== Running pep8 =====================

Searching for pep8
Reading http://pypi.python.org/simple/pep8/
Reading http://github.com/cburroughs/pep8.py/tree/master
Reading http://github.com/jcrocholl/pep8
Best match: pep8 0.6.1
Processing pep8-0.6.1-py2.6.egg
pep8 0.6.1 is already the active version in easy-install.pth
Installing pep8 script to /Users/pnasrat/Development/pip/pip_virtualenv/bin

Using /Users/pnasrat/Development/pip/pip_virtualenv/lib/python2.6/site-packages/pep8-0.6.1-py2.6.egg
Processing dependencies for pep8
Finished processing dependencies for pep8

==================== Ended pep8 =====================
=====================================================
2011-05-04 08:44:02 +01:00
Carl Meyer
ea6eb45c57 Test fixes for uninstall and vcs_backends on Python trunk. 2011-03-19 01:54:04 -04:00
Vinay Sajip
680b5dfda0 Port to Python3 2011-03-15 15:49:48 -04:00
Igor Sobreira
0c546e3e74 fixing #163 -- don't get cofused if 'dev' is used in an editable package name 2010-12-09 00:34:14 -02:00
Jannis Leidel
5b657e681d Fix #10 -- Allow using requirements from version control as sources for non-editable installations. 2010-11-22 20:34:31 +01:00
Hugo Lopes Tavares
d448976896 added an automated test to issue #32 and #161 2010-11-21 16:31:15 -02:00
Jannis Leidel
6195ab6031 Another try at fixing #32 and #161. Use git fetch instead of git pull (which fetches and merges), before checking out the wanted commmit. 2010-11-20 19:44:08 +01:00
Jannis Leidel
2e4b4467b7 Added git+https scheme. 2010-11-05 21:24:17 +01:00
Hugo Lopes Tavares
3635f17adf rearrenged whitespaces and blank lines to make pep8 checker happy 2010-08-19 10:39:50 -03:00
Hugo Lopes Tavares
06e6cdab0a fixed missing `import os` in test_basic.py and reorganized parenthesis in test_vcs_backends.py 2010-08-06 15:10:16 -03:00
Hugo Lopes Tavares
4d9fb4f651 bugfixes related to os.path.sep for windows (issue #107) 2010-08-06 15:05:00 -03:00
Hugo Lopes Tavares
2c5c6f4b2c added tests to git backend: it should be able to install from branch and tag names. issue #95 seems to be invalid 2010-08-05 11:35:05 -03:00
Hugo Lopes Tavares
a6614072d7 added test for issue #138 2010-08-05 11:09:40 -03:00