mozilla / tls-canary

DEPRECATED - TLS regression scanner for Firefox
https://tlscanary.mozilla.org/
Mozilla Public License 2.0
18 stars 15 forks source link

OS X tests failing on travis #144

Closed cr closed 2 years ago

cr commented 6 years ago

Travis tests fail with python setup.py test being killed during python package installation, probably due to running out of memory.

Bug might be resolved by not letting setup.py test do all the grunt work of installing all the packages, but further investigation is required.

Also see #142 #143 #135