Skip to content

Commit a1fc45a

Browse files
committed
Fix a test with the new upload URL
1 parent 1af8b63 commit a1fc45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/distutils/tests/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test_config_interpolation(self):
130130

131131
config = list(sorted(config.items()))
132132
waited = [('password', 'yh^%#rest-of-my-password'), ('realm', 'pypi'),
133-
('repository', 'https://pypi.python.org/pypi'),
133+
('repository', 'https://upload.pypi.io/legacy/'),
134134
('server', 'server3'), ('username', 'cbiggles')]
135135
self.assertEqual(config, waited)
136136

0 commit comments

Comments
 (0)