Skip to content

Commit 2157333

Browse files
authored
Fix "sphinx-gallery" to "sphinx_gallery" when importing (#3419)
1 parent f5d8672 commit 2157333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_sphinx_gallery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from pygmt.figure import SHOWED_FIGURES, Figure
1010
from pygmt.sphinx_gallery import PyGMTScraper
1111

12-
pytest.importorskip("sphinx-gallery", reason="Requires sphinx-gallery to be installed")
12+
pytest.importorskip("sphinx_gallery", reason="Requires sphinx-gallery to be installed")
1313
pytest.importorskip("IPython", reason="Requires IPython to be installed")
1414

1515

0 commit comments

Comments
 (0)