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

pypy ssl test fix

This commit is contained in:
Marcus Smith 2013-02-08 22:47:20 -08:00
parent 609cfe94a1
commit 6dc3212d39

View file

@ -108,5 +108,5 @@ class Tests_not_py25:
bad_cert = os.path.join(here, 'packages', 'README.txt')
os.environ['PIP_CERT_PATH'] = bad_cert
o = urlopen.get_opener(scheme='https')
assert_raises_regexp(URLError, 'ssl', o.open, pypi_https)
assert_raises_regexp(URLError, '[sS][sS][lL]', o.open, pypi_https)