Skip to content

Commit b0c0898

Browse files
committed
Fix distutils test_upload failure
1 parent 5caddea commit b0c0898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/distutils/tests/test_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_finalize_options(self):
8686
cmd.finalize_options()
8787
for attr, waited in (('username', 'me'), ('password', 'secret'),
8888
('realm', 'pypi'),
89-
('repository', 'https://pypi.python.org/pypi')):
89+
('repository', 'https://upload.pypi.org/legacy/')):
9090
self.assertEqual(getattr(cmd, attr), waited)
9191

9292
def test_saved_password(self):

0 commit comments

Comments
 (0)