mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 12:43:52 +00:00
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"
|
||||
'';
|
||||
|
||||
disabledTests = [
|
||||
# https://github.com/python-ldap/python-ldap/issues/501
|
||||
"test_tls_ext_noca"
|
||||
];
|
||||
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user