Commit 429a37a
committed
Drop ineffective MATPLOTLIB_BACKEND export from test recipes
Each recipe line runs in its own subshell, so `export
MATPLOTLIB_BACKEND=agg` on one line never reached the `pytest` invocation
on the next line. The export was a no-op; remove it.1 parent f0115af commit 429a37a
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
81 | | - | |
82 | 80 | | |
83 | 81 | | |
84 | 82 | | |
85 | | - | |
86 | 83 | | |
87 | 84 | | |
88 | 85 | | |
| |||
0 commit comments