Commit 83e9e61
committed
ignore non-deterministic worker stats in test_cache_deeply_nested_a2
Multiprocessing added WORKER * keys to diff.get_stats() output, but those
counts vary across runs. Filter them out before comparing to expected_stats
so the slow test stays deterministic on 3.14 (the only matrix entry that
runs --runslow).1 parent 8c3873a commit 83e9e61
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
0 commit comments