Yelp / kafka-utils

Apache License 2.0
313 stars 127 forks source link

Pin cryptography version to 3.0 #263

Closed mhaseebmlk closed 3 years ago

mhaseebmlk commented 3 years ago

The current version of cryptography being pulled in the Jenkins build is 3.2, which uses setuptools v49.2.1, which is not compatible with py27. Pinning cryptography to 3.0 prevents this from happening and this should get the Jenkins build to succeed.

Testing

make test now passes on a Jenkins host