From ceead4d9f1ad75fa884faff9be7ca08f9212d147 Mon Sep 17 00:00:00 2001 From: Josef Prochazka Date: Mon, 2 Mar 2026 10:43:48 +0100 Subject: [PATCH] Test version on mac --- tests/unit/test_cli.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/unit/test_cli.py b/tests/unit/test_cli.py index 6ac320caf6..3bff4547af 100644 --- a/tests/unit/test_cli.py +++ b/tests/unit/test_cli.py @@ -251,3 +251,8 @@ def test_create_existing_folder_interactive_multiple_attempts( 'install_project': True, }, ) + + +def test_older_mac(): + import platform + raise Exception(platform.mac_ver())