fetchurl: add testpypi mirror (#123146)

This should make it easier to run nixpkgs-based tests from versions that
are still only on test-pypi, and should not cost anything significant.
This commit is contained in:
Léo Gaspard 2021-05-24 22:24:30 +02:00 committed by GitHub
parent 83a8acc392
commit b6933f88a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -417,6 +417,11 @@
"https://pypi.io/packages/source/"
];
# Python Test-PyPI mirror
testpypi = [
"https://test.pypi.io/packages/source/"
];
# Mozilla projects.
mozilla = [
"http://download.cdn.mozilla.net/pub/mozilla.org/"