summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_hashlib.py
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2016-09-06 23:21:14 (GMT)
committerChristian Heimes <christian@python.org>2016-09-06 23:21:14 (GMT)
commit59a0464af471b1f19ca267293a35323cbd7df0e7 (patch)
treec57811baefdadbdf9e63c2b36d1b31ebeab045a2 /Lib/test/test_hashlib.py
parenteaecc692df78e34f93802752aa9110d06814ea53 (diff)
downloadcpython-59a0464af471b1f19ca267293a35323cbd7df0e7.zip
cpython-59a0464af471b1f19ca267293a35323cbd7df0e7.tar.gz
cpython-59a0464af471b1f19ca267293a35323cbd7df0e7.tar.bz2
Download hashlib test vectors from pythontest.net
Diffstat (limited to 'Lib/test/test_hashlib.py')
-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: