We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5caddea commit b0c0898Copy full SHA for b0c0898
1 file changed
Lib/distutils/tests/test_upload.py
@@ -86,7 +86,7 @@ def test_finalize_options(self):
86
cmd.finalize_options()
87
for attr, waited in (('username', 'me'), ('password', 'secret'),
88
('realm', 'pypi'),
89
- ('repository', 'https://pypi.python.org/pypi')):
+ ('repository', 'https://upload.pypi.org/legacy/')):
90
self.assertEqual(getattr(cmd, attr), waited)
91
92
def test_saved_password(self):
0 commit comments