diff options
| author | Donald Stufft <donald@stufft.io> | 2016-07-06 17:46:37 -0400 |
|---|---|---|
| committer | Donald Stufft <donald@stufft.io> | 2016-07-06 17:46:37 -0400 |
| commit | f568a513f3be48c8f778da29719b7573b869e6c0 (patch) | |
| tree | a2193713c83b284729656044c0168df97117a9dc | |
| parent | e2f980f1c9fddc1ead9534165149ec31817d5f00 (diff) | |
| download | python-setuptools-git-f568a513f3be48c8f778da29719b7573b869e6c0.tar.gz | |
Fix a test with the new upload URL
| -rw-r--r-- | tests/test_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.py b/tests/test_config.py index 6763f573..c7bbd6d1 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -130,7 +130,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) |
