Pyexasol versions <1.0 only had a transitive test dependency to cryptography.
For supporting for newer version of Exasol databases, pyexasol's support for SSL certificates was enhanced, which now also requires dependency cryptography in production.
Hence, pyexasol's tests did not discover the dependency to be missing, see
The current ticket therefore requests adding tests, effectively checking for potentially missing production dependencies.