c222c77 Fix tests on Python 3.7

Authored and Committed by lsedlar 5 years ago
    Fix tests on Python 3.7
    
    Filter returns an iterator object that does not have __len__. Better
    convert it to a list.
    
    Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
    
        
file modified
+11 -9