Skip to content
  • Christian Heimes's avatar
    Fix tests · d9923b58
    Christian Heimes authored
    
    
    Python 2's mock is no longer compatible to more recent versions of
    Python's socket module. Tests are still fine without the autospec
    feature.
    
    More recent versions of pytests refuse to load tests because pytest
    considers webtest.TestApp as a test class with a non-trival __init__.
    
    Signed-off-by: default avatarChristian Heimes <cheimes@redhat.com>
    d9923b58
Loading