Skip to content

Commit

Permalink
Disable loop debug in tests (failing on Python 3.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyryk committed Apr 19, 2016
1 parent 80f905c commit 25c41b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def setUpClass(cls, *args, **kwargs):
"""
cls.managers = {}
cls.loop = asyncio.new_event_loop()
cls.loop.set_debug(True)
# cls.loop.set_debug(True)

load_managers(managers=cls.managers,
loop=cls.loop,
Expand Down

0 comments on commit 25c41b5

Please sign in to comment.