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())