1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

4 commits

Author SHA1 Message Date
Paul Nasrat
d1a7ea2587 Issue #597 pypy hashlib compat.
Hash attribute name is a cpython implementation detail and not in the
PEP.

Use digest_size for some form of validation as that is all we can rely
on.

TESTED 2.7, 3.3, pypy 1.9
2012-07-29 11:37:56 +01:00
Donald Stufft
137b7c500a Test when the Hash and the Download Link (somehow) are different types 2012-05-26 19:26:47 -04:00
Donald Stufft
b24f105735 Test for Valid and Invalid hashes to properly work 2012-05-26 19:17:18 -04:00
Donald Stufft
5146a4e2de Test getting a hash from a file 2012-05-26 18:40:13 -04:00