adc7b7c pylint: Skip deprecated-method for match_hostname

1 file Authored by slev 2 years ago, Committed by rcritten 2 years ago,
    pylint: Skip deprecated-method for match_hostname
    
    Python3.7 switched to
    `X509_VERIFY_PARAM_set1_host`/`X509_VERIFY_PARAM_set1_ip`
    and deprecated `match_hostname` without replacement. Probably,
    on removal `match_hostname` the similar functionality may be
    implemented on IPA side.
    
    https://docs.python.org/3/library/ssl.html#ssl.match_hostname
    
    Fixes: https://pagure.io/freeipa/issue/9117
    Signed-off-by: Stanislav Levin <slev@altlinux.org>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>
    
        
file modified
+4 -1