Commit f9e1617
committed
Isolate nbagg test from user ipython profile.
My ~/.ipython profile causes test_backend_nbagg to fail (but is
otherwise valid for my own use). To fix that, point the ipython
directory to a temporary directory when running that test (per
https://ipython.readthedocs.io/en/stable/config/intro.html#the-ipython-directory).
While we're at it, also create the temporary output file in that
directory -- that's quite likely to be necessary for the test to
actually work on Windows, anyways (due to vagaries with writing from
multiple processes to a NamedTemporaryFile).1 parent 3320e23 commit f9e1617
1 file changed
Lines changed: 15 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | | - | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 29 | + | |
0 commit comments