Skip to content

Commit

Permalink
Fix "sphinx-gallery" to "sphinx_gallery" when importing (#3419)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Aug 29, 2024
1 parent f5d8672 commit 2157333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/tests/test_sphinx_gallery.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from pygmt.figure import SHOWED_FIGURES, Figure
from pygmt.sphinx_gallery import PyGMTScraper

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


Expand Down

0 comments on commit 2157333

Please sign in to comment.