##// END OF EJS Templates
Skip test_pylabtools when no matplotlib installed...
Nikita Kniazev -
Show More
@@ -8,14 +8,15 b''
8 from binascii import a2b_base64
8 from binascii import a2b_base64
9 from io import BytesIO
9 from io import BytesIO
10
10
11 import matplotlib
11 import pytest
12
13 matplotlib = pytest.importorskip("matplotlib")
12 matplotlib.use('Agg')
14 matplotlib.use('Agg')
13 from matplotlib.figure import Figure
15 from matplotlib.figure import Figure
14
16
15 from matplotlib import pyplot as plt
17 from matplotlib import pyplot as plt
16 from matplotlib_inline import backend_inline
18 from matplotlib_inline import backend_inline
17 import numpy as np
19 import numpy as np
18 import pytest
19
20
20 from IPython.core.getipython import get_ipython
21 from IPython.core.getipython import get_ipython
21 from IPython.core.interactiveshell import InteractiveShell
22 from IPython.core.interactiveshell import InteractiveShell
General Comments 0
You need to be logged in to leave comments. Login now