aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_packageindex.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-03-19 11:02:06 -0700
committerJason R. Coombs <jaraco@jaraco.com>2013-03-19 11:02:06 -0700
commit0281ae614b34e729dd3f67b938bee9ce90c12b45 (patch)
treea9e13d082c9b17d45fbf5f4034926053213ed004 /setuptools/tests/test_packageindex.py
parent5dd873205fbd31f653b5a2bca68477306c7c64fb (diff)
downloadexternal_python_setuptools-0281ae614b34e729dd3f67b938bee9ce90c12b45.tar.gz
external_python_setuptools-0281ae614b34e729dd3f67b938bee9ce90c12b45.tar.bz2
external_python_setuptools-0281ae614b34e729dd3f67b938bee9ce90c12b45.zip
Updated references in tests to refer to setuptools in favor of distribute
--HG-- branch : Setuptools-Distribute merge extra : rebase_source : 1ffe834b5ecad0e5fd0ae44cb63e6541d9006004
Diffstat (limited to 'setuptools/tests/test_packageindex.py')
-rw-r--r--setuptools/tests/test_packageindex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_packageindex.py b/setuptools/tests/test_packageindex.py
index 3e446b54..9c4bfadb 100644
--- a/setuptools/tests/test_packageindex.py
+++ b/setuptools/tests/test_packageindex.py
@@ -110,7 +110,7 @@ class TestPackageIndex(unittest.TestCase):
- someone reuploads the package (with a different md5)
- while easy_installing, an MD5 error occurs because the external link
is used
- -> Distribute should use the link from pypi, not the external one.
+ -> Setuptools should use the link from pypi, not the external one.
"""
if sys.platform.startswith('java'):
# Skip this test on jython because binding to :0 fails