From: Christian Heimes Date: Tue, 6 Sep 2016 23:21:14 +0000 (+0200) Subject: Download hashlib test vectors from pythontest.net X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59a0464af471b1f19ca267293a35323cbd7df0e7;p=python Download hashlib test vectors from pythontest.net --- diff --git a/Lib/test/test_hashlib.py b/Lib/test/test_hashlib.py index e6df09cbf6..e94fc3f1e8 100644 --- a/Lib/test/test_hashlib.py +++ b/Lib/test/test_hashlib.py @@ -44,7 +44,7 @@ def hexstr(s): return r -URL = "https://raw.githubusercontent.com/tiran/python_vectors/master/{}.txt" +URL = "http://www.pythontest.net/hashlib/{}.txt" def read_vectors(hash_name): with support.open_urlresource(URL.format(hash_name)) as f: