python3.pkgs.ldap: disable failing test (#201190)

This commit is contained in:
ajs124 2022-11-14 16:28:36 +01:00 committed by GitHub
parent 3bce8ba991
commit e88c8f6c53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,11 @@ buildPythonPackage rec {
export SCHEMA="${openldap}/etc/schema"
'';
disabledTests = [
# https://github.com/python-ldap/python-ldap/issues/501
"test_tls_ext_noca"
];
doCheck = !stdenv.isDarwin;
meta = with lib; {