Skip to content

Commit fa44c89

Browse files
committed
Update test_shell_utils.py
1 parent 7d74e81 commit fa44c89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_shell_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def test_save_api_key_to_rc_failure(self, mock_get_shell_rc_path, mock_file):
3232

3333

3434
# unit tests
35+
@unittest.skipUnless(os.name == "posix", "Only runs on Linux-based systems")
3536
class TestReadApiKeyFromShellConfig(unittest.TestCase):
3637
def setUp(self):
3738
"""Setup a temporary shell configuration file for testing."""

0 commit comments

Comments
 (0)