-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: get tests passing on plucky (#290)
Twisted changed a little bit - it used to run `cleanFailure` on `Failure` instances in the `defer` code but no longer does in the version available in plucky (python3-twisted 24.10). This change does `cleanFailure` in the `FakeReactor` we use for some tests. This allows tests that rely on catching and flushing `Failure`s to succeed.
- Loading branch information
1 parent
9c0a6a6
commit 1273983
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters