From 670a4e2a4ebdb6be97ff9776f53cf70446013fa5 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Thu, 14 Feb 2013 15:53:58 +0100 Subject: [PATCH] Python 3 chokes on this one. Whatever man. --- tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/__init__.py b/tests/__init__.py index 688c11f6..ac662043 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -53,7 +53,7 @@ class RQTestCase(unittest.TestCase): cls.testconn = testconn # Shut up logging - logging.disable("ERROR") + logging.disable(logging.ERROR) def setUp(self): # Flush beforewards (we like our hygiene)