Bug #19750
Update the link for virtualenv download
0%
Description
All tests (pylint, futurize, unit test) use virtualenv, downloaded and setup by a script.
All tests are currently failing because the file has been moved and curl is not following redirects by default.
Old URL
https://files.pythonhosted.org/packages/source/v/virtualenv/virtualenv-12.0.7.tar.gz
Redirect to:
https://pypi.org/packages/source/v/virtualenv/virtualenv-12.0.7.tar.gz
Final URL:
https://files.pythonhosted.org/packages/14/a4/3145f84afd46a3a74717d97f0c58a7a6442876e7712b209c5070cf34a3be/virtualenv-12.0.7.tar.gz
History
#1 Updated by Marco Mambelli over 2 years ago
- Status changed from New to Resolved
I added the -L option in curl to follow redirections.
And downloaded a copy of the virtualenv tar ball in http://glideinwms.fnal.gov/downloads/, in case in the future we want to download from there (e.g. if new problems arise w/ the download)
#2 Updated by Marco Mambelli over 2 years ago
- Target version changed from v3_2_23 to v3_4_0
#3 Updated by Marco Mambelli over 2 years ago
- Status changed from Resolved to Closed