Python 3 chokes on this one. Whatever man.

main
Vincent Driessen 12 years ago committed by Alex Morega
parent 6eeee85cc3
commit 670a4e2a4e

@ -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)

Loading…
Cancel
Save