Commit 9f9d17a
authored
fix(quart): Skip quart-flask-patch and adjust error test for quart>=0.23 (#7320)
quart-flask-patch is incompatible with quart>=0.23 due to RequestContext
changes, so pin its dependency to <0.23 and skip the patch test above
that version.
Also update test_error_in_errorhandler: since 0.23 (db05772), Quart runs
request handling inside an asyncio.TaskGroup, so exceptions propagate
wrapped in an ExceptionGroup instead of bare.
Fixes PY-2754
Fixes #73051 parent ed4f180 commit 9f9d17a
2 files changed
Lines changed: 27 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
| 402 | + | |
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
| |||
417 | 421 | | |
418 | 422 | | |
419 | 423 | | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
420 | 446 | | |
421 | 447 | | |
422 | 448 | | |
| |||
0 commit comments