cryptographyMain jobs don't test main
reaperhulk opened this issue · 1 comments
reaperhulk commented
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.
reaperhulk commented
This was fixed in #1209