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

Merge pull request #1754 from alex/patch-3

Use a smaller repository in the tests for speed.
This commit is contained in:
Donald Stufft 2014-04-24 13:36:25 -04:00
commit 2486d66150

View file

@ -276,10 +276,10 @@ def test_upgrade_vcs_req_with_dist_found(script):
# TODO(pnasrat) Using local_checkout fails on windows - oddness with the
# test path urls/git.
req = (
"%s#egg=virtualenv" %
"%s#egg=pretend" %
(
"git+git://github.com/pypa/virtualenv@c21fef2c2d53cf19f49bcc37f9"
"c058a33fb50499"
"git+git://github.com/alex/pretend@e7f26ad7dbcb4a02a4995aade4"
"743aad47656b27"
)
)
script.pip("install", req)