mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
8e584055cf
During check_internet() and check_github_ssh(), a KeyboardInterrupt should be interpreted as user desire to escape the check, not escape the entire test run. This is especially true during check_github_ssh which may require a passphrase from the user, which they might feel uncomfortable giving during a test suite. After these checks are bypassed, there is user feedback indicating the tests are running, and so they can trigger KeyboardInterrupt again if they wish to escape the entire test run.