Commit f4c9fd7
committed
Fix flaky CI tests caused by matplotlib font cache warning
The matplotlib font cache warning message was appearing in CI environments
on first run, causing test_gated_solution_build and test_gated_solution_doctree
to fail when comparing output with regression fixtures.
Added regex patterns to FileRegression.changes to strip out the matplotlib
font cache stderr output in both HTML and XML doctree formats.1 parent b96a0d2 commit f4c9fd7
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
102 | 111 | | |
103 | 112 | | |
104 | 113 | | |
| |||
0 commit comments