Resolve stubtest allowlist entries for ldap3 (#9532)

This commit is contained in:
Avasam
2023-01-14 18:11:17 +00:00
committed by GitHub
parent 85792bca71
commit 0e36622c72
4 changed files with 8 additions and 2 deletions
@@ -0,0 +1 @@
gssapi
@@ -1 +0,0 @@
ldap3.protocol.sasl.kerberos # requires gssapi package to import
+6
View File
@@ -1,2 +1,8 @@
version = "2.9.*"
requires = ["types-pyasn1"]
[tool.stubtest]
apt_dependencies = ["libkrb5-dev"]
# No need to install on the CI. Leaving here as information for MacOs/Windows contributors.
# brew_dependencies = ["krb5"]
# choco_dependencies = ["mitkerberos"]