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

easy_install from local checkout instead of remote http - one more test that does not rely on internet connection

This commit is contained in:
Hugo Lopes Tavares 2010-07-06 14:22:36 -03:00
parent 567e359d29
commit 8dd23eb2cc

View file

@ -77,7 +77,10 @@ def test_freeze():
_check_output(result, expected)
# Now, straight from trunk (but not editable/setup.py develop)::
result = env.run('easy_install', 'http://svn.colorstudy.com/INITools/trunk')
result = env.run('svn', 'co',
local_repo('svn+http://svn.colorstudy.com/INITools/trunk'),
'initools_to_easy_install')
result = env.run('easy_install', env.scratch_path/'initools_to_easy_install')
result = run_pip('freeze', expect_stderr=True)
expected = textwrap.dedent("""\
Script result: ...pip freeze