d0684a7 Ignore TripleDES python-cryptography import warnings

1 file Authored by rcritten 5 months ago, Committed by frenaud 5 months ago,
    Ignore TripleDES python-cryptography import warnings
    
    TripleDES will be deprecated in python-cryptography 48.0.0. We
    have code that uses it if it is available and otherwise ignores
    it.
    
    Because this gets imports in constants.py this warning is promiment
    pretty much everywhere. So let's ignore it since we already handle
    the issue.
    
    Related: https://pagure.io/freeipa/issue/9641
    
    Signed-off-by: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    
        
file modified
+8 -0