From 59a0464af471b1f19ca267293a35323cbd7df0e7 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Wed, 7 Sep 2016 01:21:14 +0200 Subject: Download hashlib test vectors from pythontest.net --- Lib/test/test_hashlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_hashlib.py b/Lib/test/test_hashlib.py index e6df09c..e94fc3f 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: -- cgit v0.12