pyca/pyopenssl

cryptographyMain jobs don't test main

reaperhulk opened this issue · 1 comments

When we changed pyOpenSSL to have a lower/upper bound on the cryptography version we inadvertently broke the cryptographyMain jobs in CI. They now always pass since they install a version that obeys the version constraints in pyOpenSSL.

This was fixed in #1209