From a1fc45ae73f6c230ffb936db549ec225e19656af Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Wed, 6 Jul 2016 17:46:37 -0400 Subject: Fix a test with the new upload URL --- Lib/distutils/tests/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/distutils/tests/test_config.py b/Lib/distutils/tests/test_config.py index 6763f57..c7bbd6d 100644 --- a/Lib/distutils/tests/test_config.py +++ b/Lib/distutils/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) -- cgit v0.12