Commit 9d43056
fix: restore pytest ini_options and disable capture for Click compatibility
The [tool.pytest] section (introduced by main's a30cb99 commit) was wrong
and should be [tool.pytest.ini_options]. Also add --capture=no to avoid
a conflict between pytest's stdout/stderr capture and Click 8.3.1's
CliRunner StreamMixer, which causes ValueError: I/O operation on closed file.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 47dcc5e commit 9d43056
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
307 | | - | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
308 | 309 | | |
309 | 310 | | |
310 | 311 | | |
| |||
0 commit comments