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
setup.py test is deprecated and causes issues with testing our code.
There are cases where the wrong shared library is picked up.
The ``unittest discover`` approach avoids building the extension twice.
python-ldap should move to pytest eventually.
Fixes: #326
Signed-off-by: Christian Heimes <cheimes@redhat.com>
"-Wignore:the imp module is deprecated:DeprecationWarning" \
21
21
"-Wignore:the imp module is deprecated:PendingDeprecationWarning" \
22
22
"-Wignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working:DeprecationWarning" \
0 commit comments