diff -r 1817f8946c22 -r faf279e33298 cubicweb/test/unittest_cwconfig.py --- a/cubicweb/test/unittest_cwconfig.py Fri Sep 23 16:04:32 2016 +0200 +++ b/cubicweb/test/unittest_cwconfig.py Mon Sep 26 14:52:12 2016 +0200 @@ -81,7 +81,7 @@ expected_cubes = [ 'card', 'comment', 'cubicweb_comment', 'cubicweb_email', 'file', 'cubicweb_file', 'cubicweb_forge', 'localperms', - 'cubicweb_mycube', 'tag', + 'cubicweb_mycube', 'pyramid', 'tag', ] self._test_available_cubes(expected_cubes) mock_iter_entry_points.assert_called_once_with( @@ -168,7 +168,7 @@ # local cubes 'comment', 'email', 'file', 'forge', 'mycube', # test dependencies - 'card', 'file', 'localperms', 'tag', + 'card', 'file', 'localperms', 'pyramid', 'tag', ])) self._test_available_cubes(expected_cubes)