Commit 0fae373
committed
Fix test_lazy_imports in presence of $MPLBACKEND or matplotlibrc.
$MPLBACKEND or the matplotlibrc can make matplotlib load a nondefault
backend (cough cough, mplcairo) by default which then makes the test
fail. Overwrite these in the test.1 parent 3320e23 commit 0fae373
1 file changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
0 commit comments