From: Christian Heimes Date: Tue, 6 Sep 2016 23:21:14 +0000 (+0200) Subject: Download hashlib test vectors from pythontest.net X-Git-Tag: v3.6.0b1~389 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59a0464af471b1f19ca267293a35323cbd7df0e7;p=thirdparty%2FPython%2Fcpython.git Download hashlib test vectors from pythontest.net --- diff --git a/Lib/test/test_hashlib.py b/Lib/test/test_hashlib.py index e6df09cbf654..e94fc3f1e856 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: