Commit a29f645
committed
fix(tests): make unmatched-id log test work on pytest < 9
The pyflowlauncher logger disables propagation (records go to
plugin.log), and caplog before pytest 9 only captures propagated
records, so the assertion failed on CI's 3.8/3.9 jobs. Re-enable
propagation for the test via monkeypatch.
Claude-Session: https://claude.ai/code/session_0187j4hp3ndjDPLJy9kdHXnr1 parent c50a56d commit a29f645
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
152 | 155 | | |
153 | 156 | | |
154 | 157 | | |
| |||
0 commit comments