You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ldap can be marked as an optional dependency in setup.py. The imports should be surrounded by try and throw ImproperlyConfigured if ldap is not installed.
Test requiring ldap should be skipped if ldap is not installed.
The text was updated successfully, but these errors were encountered:
Brought up in #409...
ldap
can be marked as an optional dependency insetup.py
. The imports should be surrounded bytry
and throwImproperlyConfigured
ifldap
is not installed.Test requiring
ldap
should be skipped ifldap
is not installed.The text was updated successfully, but these errors were encountered: