b49b5fe %check: Ignore DeprecationWarnings

Authored and Committed by churchyard 2 years ago
    %check: Ignore DeprecationWarnings
    
    Upstream treats unknown DeprecationWarnings as errors (see pytest.ini)
    but that blocks rebuilds with new Python versions (Python 3.11 for now).
    
    Let upstream deal with DeprecationWarnings and ignore them here in %check.
    
        
file modified
+1 -1