##// END OF EJS Templates
Remove unneeded `ipykernel` tests requirement
Nikita Kniazev -
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
@@ -185,7 +185,6 extras_require = dict(
185 185 "curio",
186 186 "matplotlib!=3.2.0",
187 187 "nbformat",
188 "ipykernel",
189 188 "numpy>=1.17",
190 189 "pandas",
191 190 "pygments",
General Comments 0
You need to be logged in to leave comments. Login now