Show More
@@ -156,7 +156,6 def _get_inline_config(): | |||
|
156 | 156 | return InlineBackend.instance() |
|
157 | 157 | |
|
158 | 158 | |
|
159 | @dec.skip_without("ipykernel") | |
|
160 | 159 | @dec.skip_without("matplotlib") |
|
161 | 160 | def test_set_matplotlib_close(): |
|
162 | 161 | cfg = _get_inline_config() |
@@ -196,7 +195,6 def test_set_matplotlib_formats(): | |||
|
196 | 195 | assert Figure not in f |
|
197 | 196 | |
|
198 | 197 | |
|
199 | @dec.skip_without("ipykernel") | |
|
200 | 198 | @dec.skip_without("matplotlib") |
|
201 | 199 | def test_set_matplotlib_formats_kwargs(): |
|
202 | 200 | from matplotlib.figure import Figure |
General Comments 0
You need to be logged in to leave comments.
Login now