diff options
| author | Donald Stufft <donald@stufft.io> | 2016-07-06 17:50:21 -0400 |
|---|---|---|
| committer | Donald Stufft <donald@stufft.io> | 2016-07-06 17:50:21 -0400 |
| commit | 7e3c183a0fba3cd767dffae048fc6874a0e06e4b (patch) | |
| tree | dd3c0a40de86eb139cdd8a712ed863b06e3f7664 | |
| parent | cfc30d2cfd373a809079c11de5bf06e3a6f0bfd5 (diff) | |
| parent | f568a513f3be48c8f778da29719b7573b869e6c0 (diff) | |
| download | python-setuptools-git-7e3c183a0fba3cd767dffae048fc6874a0e06e4b.tar.gz | |
merge 3.5
| -rw-r--r-- | tests/test_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.py b/tests/test_config.py index 800f6732..f8852ca9 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -128,7 +128,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) |
