]> granicus.if.org Git - python/commitdiff
Download hashlib test vectors from pythontest.net
authorChristian Heimes <christian@python.org>
Tue, 6 Sep 2016 23:21:14 +0000 (01:21 +0200)
committerChristian Heimes <christian@python.org>
Tue, 6 Sep 2016 23:21:14 +0000 (01:21 +0200)
Lib/test/test_hashlib.py

index e6df09cbf654581f0ecab571918c0ee82f434187..e94fc3f1e85607071006f9e71ad5cbcade30b8c6 100644 (file)
@@ -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: