mirror of
https://github.com/python/cpython.git
synced 2024-12-16 05:14:41 +08:00
merge 3.5
This commit is contained in:
commit
77e8408346
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user