Opened 16 years ago
Closed 16 years ago
#92 closed defect (invalid)
foolscap.test.test_negotiate can't be run in isolation
Reported by: | Brian Warner | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 0.3.1 |
Component: | unknown | Version: | 0.3.0 |
Keywords: | Cc: |
Description
I checked as far back as 0.2.0 and it didn't work then either. test_negotiate.Future.testTooFarInFuture1
fails (something times out).
Note: See
TracTickets for help on using
tickets.
gah, this is the stupid pyopenssl-0.7 vs selectreactor problem. I upgraded to pyopenssl-0.7 on my work machine (because tahoe now requires it, grr), and forgot that it means I have to run foolscap tests with 'trial --reactor=poll'.
This will be resolved by a new release of Twisted, which fixes the problem.