summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2016-07-06 17:46:37 -0400
committerDonald Stufft <donald@stufft.io>2016-07-06 17:46:37 -0400
commitf568a513f3be48c8f778da29719b7573b869e6c0 (patch)
treea2193713c83b284729656044c0168df97117a9dc
parente2f980f1c9fddc1ead9534165149ec31817d5f00 (diff)
downloadpython-setuptools-git-f568a513f3be48c8f778da29719b7573b869e6c0.tar.gz
Fix a test with the new upload URL
-rw-r--r--tests/test_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.py b/tests/test_config.py
index 6763f573..c7bbd6d1 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -130,7 +130,7 @@ class PyPIRCCommandTestCase(BasePyPIRCCommandTestCase):
config = list(sorted(config.items()))
waited = [('password', 'yh^%#rest-of-my-password'), ('realm', 'pypi'),
- ('repository', 'https://pypi.python.org/pypi'),
+ ('repository', 'https://upload.pypi.io/legacy/'),
('server', 'server3'), ('username', 'cbiggles')]
self.assertEqual(config, waited)