Commit aca4119
committed
docs(config[is_pinned_for_op]) Add IGNORE_EXCEPTION_DETAIL to AssertionError doctest
why: Python 3.14+ enhanced assert introspection appends extra diagnostic
text after AssertionError messages, which would break the exact-match
ellipsis pattern in this doctest.
what:
- Add # doctest: +IGNORE_EXCEPTION_DETAIL directive to the bogus-op
AssertionError doctest
- Reformat the call across multiple lines to stay within line-length limit1 parent 290efa7 commit aca4119
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
848 | 848 | | |
849 | 849 | | |
850 | 850 | | |
851 | | - | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
852 | 854 | | |
853 | 855 | | |
854 | 856 | | |
| |||
0 commit comments