Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move pexpect from a runtime dependency to test #2921

Merged
merged 1 commit into from
Oct 29, 2020
Merged

Move pexpect from a runtime dependency to test #2921

merged 1 commit into from
Oct 29, 2020

Commits on Oct 27, 2020

  1. Move pexpect from a runtime dependency to test

    We do not really need pexpect as a runtime dependency as it was
    using only inside login. Using just subprocess.run() seems to
    work fine, so we can lower our dependencies.
    ssbarnea committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    a943bf9 View commit details
    Browse the repository at this point in the history