diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-04-03 13:25:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-03 13:25:00 -0400 |
| commit | 6c35b7fecfab235218a9e5eb26c04dc6e46eb1cf (patch) | |
| tree | ce875dd9109fbd3265f07007c4cd9cf94d1a1836 /setuptools | |
| parent | 8fe85c22cee7fde5e6af571b30f864bad156a010 (diff) | |
| parent | 63789e80d9d3c680f8b5ba63f21fae4644c4ea16 (diff) | |
| download | python-setuptools-git-6c35b7fecfab235218a9e5eb26c04dc6e46eb1cf.tar.gz | |
Merge pull request #2621 from cdce8p/fix-tests
Test - Fix url for pip download
Diffstat (limited to 'setuptools')
| -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( |
