cubicweb/web/test/test_views.py
changeset 11681 b23d58050076
parent 11057 0b59724cb3f2
--- a/cubicweb/web/test/test_views.py	Mon Sep 26 14:52:12 2016 +0200
+++ b/cubicweb/web/test/test_views.py	Mon Sep 26 16:45:30 2016 +0200
@@ -31,7 +31,7 @@
         # some EntityType. The two Blog types below require the sioc cube that
         # we do not want to add as a dependency.
         etypes = super(AutomaticWebTest, self).to_test_etypes()
-        etypes -= set(('Blog', 'BlogEntry'))
+        etypes -= set(('Blog', 'BlogEntry', 'CWSession'))
         return etypes