FliegendeWurst 42cd6e85f7 python3Packages.httpx: unset SSL_CERT_FILE in hook
This fixes downstream test failures.
2025-04-02 09:08:28 +02:00

6 lines
88 B
Bash

httpxSslCertFileUnset() {
unset SSL_CERT_FILE
}
postHooks+=(httpxSslCertFileUnset)