cubicweb/server/test/unittest_postgres.py
changeset 11270 a9dc97b87ced
parent 11258 d9563030a5a1
child 11356 17070ff16000
--- a/cubicweb/server/test/unittest_postgres.py	Fri May 20 12:01:42 2016 +0200
+++ b/cubicweb/server/test/unittest_postgres.py	Fri May 20 17:05:39 2016 +0200
@@ -153,6 +153,7 @@
 
     @classmethod
     def setUpClass(cls):
+        super(PostgresStatementTimeoutTC, cls).setUpClass()
         cls.orig_connect_hooks = lgdb.SQL_CONNECT_HOOKS['postgres'][:]
 
     @classmethod