summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_hashlib.py2
1 files changed, 1 insertions, 1 deletions
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: