diff options
| author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-03-28 15:40:24 +0200 |
|---|---|---|
| committer | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-03-28 15:40:24 +0200 |
| commit | 63789e80d9d3c680f8b5ba63f21fae4644c4ea16 (patch) | |
| tree | 869c1825b1b724da88b4baeb101916475b7b658e | |
| parent | 301c7b6101f3345bb4448a453e6c889aa41ab6ec (diff) | |
| download | python-setuptools-git-63789e80d9d3c680f8b5ba63f21fae4644c4ea16.tar.gz | |
Tests - Fix url for pip download
| -rw-r--r-- | setuptools/tests/test_virtualenv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_virtualenv.py b/setuptools/tests/test_virtualenv.py index 9cf6d30f..399dbaf0 100644 --- a/setuptools/tests/test_virtualenv.py +++ b/setuptools/tests/test_virtualenv.py @@ -85,7 +85,7 @@ def _get_pip_versions(): mark('pip==18.1', issue2599), mark('pip==19.3.1', pytest.mark.xfail(reason='pypa/pip#6599')), 'pip==20.0.2', - 'https://github.com/pypa/pip/archive/master.zip', + 'https://github.com/pypa/pip/archive/main.zip', ] versions = itertools.chain( |
