Commit 00c0b0d
Fold the interpreter's pathlib rendering out of the signature comparison
3.13 split pathlib internally, so a Path annotation renders as
pathlib._local.Path where 3.10 and 3.14 render pathlib.Path. The test
compares rendered signatures against expected strings, so only 3.13
disagreed — the type is the same type and no resolver's signature changed.
Folded the way the HARNESS_ROOT default already is, so the assertion stays
about the resolvers rather than about which interpreter read them. Surfaced
by the matrix moving to 3.10, 3.13 and 3.14.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019WkxmJ5ArLEaC2RDPGkbRU1 parent 033f573 commit 00c0b0d
1 file changed
Lines changed: 7 additions & 1 deletion
File tree
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
304 | 309 | | |
305 | 310 | | |
306 | 311 | | |
307 | 312 | | |
| 313 | + | |
308 | 314 | | |
309 | 315 | | |
310 | 316 | | |
| |||
0 commit comments