Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5fcddd commit 2f73248Copy full SHA for 2f73248
1 file changed
lib/matplotlib/tests/test_backend_webagg.py
@@ -6,6 +6,7 @@
6
7
@pytest.mark.parametrize("backend", ["webagg", "nbagg"])
8
def test_webagg_fallback(backend):
9
+ pytest.importorskip("tornado")
10
if backend == "nbagg":
11
pytest.importorskip("IPython")
12
env = dict(os.environ)
0 commit comments