Commit 6b3a71e
committed
Detach the stack traces of the fixture errors and looptime errors
Otherwise, the fixture errors were raised in the `yield`, which is itself under the `except RuntimeError` clause, and therefore the fixture error was considered connected to the RuntimeError, despite the latter is fully expected in this context.
Signed-off-by: Sergey Vasilyev <nolar@nolar.info>1 parent c82bc4e commit 6b3a71e
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
269 | 271 | | |
270 | 272 | | |
271 | 273 | | |
272 | 274 | | |
273 | | - | |
| 275 | + | |
274 | 276 | | |
275 | 277 | | |
276 | 278 | | |
| |||
0 commit comments