mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 11:24:25 +00:00
tests: don't use SignalMixin
It seems like we no longer need it, and it screws up something internal in trial which causes trial's TestCase.mktemp() method to exhibit wrong behavior (always using a certain test method name instead of using the current test method name), and I wish to use TestCase.mktemp(). Of course, it is possible that the buildbot is about to tell me that we do still require SignalMixin on some of our platforms...
This commit is contained in:
parent
2ed1d03a49
commit
6aabaa0797
@ -194,8 +194,7 @@ class LoggingServiceParent(service.MultiService):
|
||||
return log.msg(*args, **kwargs)
|
||||
|
||||
|
||||
class SystemTestMixin(testutil.SignalMixin, testutil.PollMixin,
|
||||
testutil.StallMixin):
|
||||
class SystemTestMixin(testutil.PollMixin, testutil.StallMixin):
|
||||
|
||||
def setUp(self):
|
||||
self.sparent = service.MultiService()
|
||||
|
Loading…
x
Reference in New Issue
Block a user