Skip to content

Commit

Permalink
switch test to working mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
qwcode committed Aug 6, 2013
1 parent 84480ac commit 901b46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_install_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_install_from_mirrors_with_specific_mirrors():
Test installing a package from a specific PyPI mirror.
"""
e = reset_env()
result = run_pip('install', '-vvv', '--use-mirrors', '--mirrors', "http://a.pypi.python.org/", '--no-index', 'INITools==0.2')
result = run_pip('install', '-vvv', '--use-mirrors', '--mirrors', "http://b.pypi.python.org/", '--no-index', 'INITools==0.2')
egg_info_folder = e.site_packages / 'INITools-0.2-py%s.egg-info' % pyversion
initools_folder = e.site_packages / 'initools'
assert egg_info_folder in result.files_created, str(result)
Expand Down

0 comments on commit 901b46c

Please sign in to comment.