nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.confluent-kafka: drop obsolete httpx fix

-5
-5
pkgs/development/python-modules/confluent-kafka/default.nix
··· 85 85 respx 86 86 ] ++ lib.flatten (lib.attrValues optional-dependencies); 87 87 88 - preCheck = '' 89 - # httpx since 0.28.0+ depends on SSL_CERT_FILE 90 - SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt 91 - ''; 92 - 93 88 pythonImportsCheck = [ "confluent_kafka" ]; 94 89 95 90 disabledTestPaths = [