88a443c Fix python3 version tests

Authored and Committed by zbyszek 3 years ago
    Fix python3 version tests
    
    The tests were completely busted (before the recent changes for python 3.10)
    because they compare the return value from print(), which is always None, with
    a string.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1897107
    
        
file modified
+1 -6