mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
merge 3.5
This commit is contained in:
commit
77e8408346
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class PyPIRCCommandTestCase(BasePyPIRCCommandTestCase):
|
||||||
|
|
||||||
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…
Add table
Add a link
Reference in a new issue