mirror of https://github.com/rq/rq.git
Python 3 chokes on this one. Whatever man.
This commit is contained in:
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…
Reference in New Issue