From c7e26c19aa5c624ddfb098ec9cfb466bfc5cf6da Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sun, 26 Jan 2025 16:23:23 +0800 Subject: [PATCH] Check platform.machine --- pygmt/tests/test_x2sys_cross.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pygmt/tests/test_x2sys_cross.py b/pygmt/tests/test_x2sys_cross.py index 16f69777ace..f890f2d342d 100644 --- a/pygmt/tests/test_x2sys_cross.py +++ b/pygmt/tests/test_x2sys_cross.py @@ -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): """