python3.pkgs.ldap: disable failing test (#201190)
This commit is contained in:
parent
3bce8ba991
commit
e88c8f6c53
@ -45,6 +45,11 @@ buildPythonPackage rec {
|
|||||||
export SCHEMA="${openldap}/etc/schema"
|
export SCHEMA="${openldap}/etc/schema"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
disabledTests = [
|
||||||
|
# https://github.com/python-ldap/python-ldap/issues/501
|
||||||
|
"test_tls_ext_noca"
|
||||||
|
];
|
||||||
|
|
||||||
doCheck = !stdenv.isDarwin;
|
doCheck = !stdenv.isDarwin;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user