https://github.com/pallets/flask/issues/5362

diff --git tests/test_cli.py tests/test_cli.py
index 79de1fc8..1edbeaa9 100644
--- tests/test_cli.py
+++ tests/test_cli.py
@@ -228,6 +228,7 @@ def test_locate_app_suppress_raise(test_apps):
         locate_app("cliapp.importerrorapp", None, raise_if_not_found=False)
 
 
+@pytest.mark.skip(reason="no way of currently testing this under MacPorts")
 def test_get_version(test_apps, capsys):
     class MockCtx:
         resilient_parsing = False
