Commit c070aa6
Fix xdist test: enable plugin autoload and match xdist output format
The test_verbose_colored_warnings_xdist test was failing because:
1. pytester subprocess didn't have xdist available (fixed by delenv PYTEST_DISABLE_PLUGIN_AUTOLOAD)
2. xdist output format differs from regular pytest (fixed by matching [gw#] [%] PASSED format)
This matches the pattern used in other xdist tests throughout the test suite.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 6b2fb10 commit c070aa6
1 file changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2239 | 2239 | | |
2240 | 2240 | | |
2241 | 2241 | | |
| 2242 | + | |
2242 | 2243 | | |
2243 | 2244 | | |
2244 | 2245 | | |
| |||
2257 | 2258 | | |
2258 | 2259 | | |
2259 | 2260 | | |
2260 | | - | |
| 2261 | + | |
| 2262 | + | |
| 2263 | + | |
| 2264 | + | |
2261 | 2265 | | |
2262 | 2266 | | |
2263 | | - | |
2264 | | - | |
2265 | | - | |
| 2267 | + | |
| 2268 | + | |
| 2269 | + | |
| 2270 | + | |
| 2271 | + | |
| 2272 | + | |
2266 | 2273 | | |
2267 | 2274 | | |
2268 | 2275 | | |
| |||
0 commit comments