[Buildbot-commits] [djmitche/buildbot] 380d4d: do not use twisted.python.monkey, which is not in ...
noreply at github.com
noreply at github.com
Sat May 1 20:40:17 UTC 2010
Branch: refs/heads/master
Home: http://github.com/djmitche/buildbot
Commit: 380d4d947efed9e74fcf5e5911222f16a2643842
http://github.com/djmitche/buildbot/commit/380d4d947efed9e74fcf5e5911222f16a2643842
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date: 2010-05-01 (Sat, 01 May 2010)
Changed paths:
M buildbot/test/unit/test_util_loop.py
M buildbot/util/monkeypatches.py
Log Message:
-----------
do not use twisted.python.monkey, which is not in tw-2.5.0
This module wasn't actually used in test_util_loop, anyway. However,
the test module does use TestCase.patch, which doesn't exist on older
Twisteds. So this commit monkeypatches that method to just skip tests
that use it on older Twisteds. Fixes #811
More information about the Commits
mailing list