diff options
author | Donald Stufft <donald@stufft.io> | 2016-07-06 21:50:21 (GMT) |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2016-07-06 21:50:21 (GMT) |
commit | 77e84083467420d328e86cbbbda28534460b05ec (patch) | |
tree | c2e711cda646d1d3bf7535885b7d28f87316f57e /Lib/distutils/tests | |
parent | ab114828c8e367c83b9be013fa614ece356c4f88 (diff) | |
parent | a1fc45ae73f6c230ffb936db549ec225e19656af (diff) | |
download | cpython-77e84083467420d328e86cbbbda28534460b05ec.zip cpython-77e84083467420d328e86cbbbda28534460b05ec.tar.gz cpython-77e84083467420d328e86cbbbda28534460b05ec.tar.bz2 |
merge 3.5
Diffstat (limited to 'Lib/distutils/tests')
-rw-r--r-- | Lib/distutils/tests/test_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/tests/test_config.py b/Lib/distutils/tests/test_config.py index 800f673..f8852ca 100644 --- a/Lib/distutils/tests/test_config.py +++ b/Lib/distutils/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) |