Skip to content

Commit

Permalink
remove workaround for twisted11 + autobahn
Browse files Browse the repository at this point in the history
Now autobahn 0.10.2 is supporting twisted11

crossbario/autobahn-python#364 (comment)

Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
  • Loading branch information
Pierre Tardy committed Mar 20, 2015
1 parent 3988fe3 commit 579489d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 31 deletions.
8 changes: 0 additions & 8 deletions master/buildbot/monkeypatches/__init__.py
Expand Up @@ -138,13 +138,6 @@ def patch_LoopingCall_reset():
loopingcall_reset.patch()


@onlyOnce
def patch_IpV6ForAutobahn():
if twisted.version.major == 11:
from buildbot.monkeypatches import fakeipv6
fakeipv6.patch()


def patch_all(for_tests=False):
if for_tests:
patch_servicechecks()
Expand All @@ -161,4 +154,3 @@ def patch_all(for_tests=False):
patch_gatherResults()
patch_python14653()
patch_LoopingCall_reset()
patch_IpV6ForAutobahn()
22 changes: 0 additions & 22 deletions master/buildbot/monkeypatches/fakeipv6.py

This file was deleted.

2 changes: 1 addition & 1 deletion master/setup.py
Expand Up @@ -377,7 +377,7 @@ def define_plugin_entries(groups):
# version.
'sqlalchemy-migrate==0.7.2',
'python-dateutil>=1.5',
'autobahn >= 0.10.1',
'autobahn >= 0.10.2',
]

setup_args['extras_require'] = {
Expand Down

0 comments on commit 579489d

Please sign in to comment.