Skip to content

Commit

Permalink
Check platform.machine
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jan 26, 2025
1 parent 01cdb21 commit c7e26c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pygmt/tests/test_x2sys_cross.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
from pygmt.exceptions import GMTInvalidInput


def test_platform_machine():
assert platform.machine() == ""


@pytest.fixture(name="mock_x2sys_home")
def _fixture_mock_x2sys_home(monkeypatch):
"""
Expand Down

0 comments on commit c7e26c1

Please sign in to comment.