sergiusens@lindon:~/source/github.com/ubuntu-core/snapcraft$ ./runtests.sh unit
...................................................................E...E.E...........................................................................................................................
======================================================================
ERROR: test_build (snapcraft.tests.test_plugin_catkin.CatkinPluginTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/mock.py", line 1157, in patched
return func(*args, **keywargs)
File "/home/sergiusens/source/github.com/ubuntu-core/snapcraft/snapcraft/tests/test_plugin_catkin.py", line 308, in test_build
'Dependencies should have been discovered in the pull() step')
TypeError: assert_not_called() takes 1 positional argument but 2 were given
======================================================================
ERROR: test_build_multiple (snapcraft.tests.test_plugin_catkin.CatkinPluginTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/mock.py", line 1157, in patched
return func(*args, **keywargs)
File "/home/sergiusens/source/github.com/ubuntu-core/snapcraft/snapcraft/tests/test_plugin_catkin.py", line 346, in test_build_multiple
'Dependencies should have been discovered in the pull() step')
TypeError: assert_not_called() takes 1 positional argument but 2 were given
======================================================================
ERROR: test_finish_build (snapcraft.tests.test_plugin_catkin.CatkinPluginTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/mock.py", line 1157, in patched
return func(*args, **keywargs)
File "/home/sergiusens/source/github.com/ubuntu-core/snapcraft/snapcraft/tests/test_plugin_catkin.py", line 463, in test_finish_build
'Dependencies should have been discovered in the pull() step')
TypeError: assert_not_called() takes 1 positional argument but 2 were given
----------------------------------------------------------------------
Ran 197 tests in 6.648s
FAILED (errors=3)