We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c51f8 commit ceead4dCopy full SHA for ceead4d
1 file changed
tests/unit/test_cli.py
@@ -251,3 +251,8 @@ def test_create_existing_folder_interactive_multiple_attempts(
251
'install_project': True,
252
},
253
)
254
+
255
256
+def test_older_mac():
257
+ import platform
258
+ raise Exception(platform.mac_ver())
0 commit comments