mirror of
https://github.com/openshift/community.okd.git
synced 2026-05-06 21:22:36 +00:00
Fix sanity failures (#220)
* Fix sanity failures * Add github workflows
This commit is contained in:
@@ -10,7 +10,7 @@ from ansible_collections.community.okd.plugins.module_utils.openshift_ldap impor
|
||||
import pytest
|
||||
|
||||
try:
|
||||
import ldap
|
||||
import ldap # pylint: disable=unused-import
|
||||
except ImportError:
|
||||
pytestmark = pytest.mark.skip("This test requires the python-ldap library")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user