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

25 commits

Author SHA1 Message Date
Paul Nasrat 44702b6bb3 Remove unix line ending assumption.
These tests fail on Windows - issue #557
2012-06-03 09:14:23 +01:00
Paul Nasrat 7ede43ac26 Make pep8 clean again.
Incorrect blank lines E302 and E303.
2012-05-13 20:13:50 -07:00
Carl Meyer 305232db68 Added output checking to the no-origin test. 2012-04-13 21:41:33 -06:00
Rory McCann e5221a9987 expect stderr 2012-03-24 20:44:45 +00:00
Rory McCann 8fee720e12 test 2012-03-24 18:26:34 +00:00
Paul Nasrat ba410acbb8 Use 3.x compatible version of pip-test-package.
Tag pushed so make this less brittle.
2012-03-04 17:32:36 +00:00
Carl Meyer 7f380b90e7 Fix a test that I broke. 2011-10-23 00:28:25 -06:00
Carl Meyer cdec82b5e6 Merge branch 'fix-issue-49' into develop 2011-10-22 23:50:19 -06:00
Carl Meyer b9ef317cbf Fixed tests to account for django-staticfiles using git-flow. 2011-10-22 23:43:31 -06:00
Jannis Leidel 9e540a7986 Use newly created pip-test-package repo instead of one in my namespace. 2011-09-14 00:20:06 +02:00
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