-
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: Christian Heimes <cheimes@redhat.com>
d9923b58
Loading