mirror of https://github.com/python/cpython.git
Fix a test with the new upload URL
This commit is contained in:
parent
1af8b63447
commit
a1fc45ae73
|
@ -130,7 +130,7 @@ def test_config_interpolation(self):
|
||||||
|
|
||||||
config = list(sorted(config.items()))
|
config = list(sorted(config.items()))
|
||||||
waited = [('password', 'yh^%#rest-of-my-password'), ('realm', 'pypi'),
|
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')]
|
('server', 'server3'), ('username', 'cbiggles')]
|
||||||
self.assertEqual(config, waited)
|
self.assertEqual(config, waited)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue