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

Remove --sequential #5348

Merged
merged 4 commits into from
Sep 11, 2022
Merged

Remove --sequential #5348

merged 4 commits into from
Sep 11, 2022

Commits on Sep 9, 2022

  1. Remove PIPENV_MAX_SUBPROCESS

    This is now meaningless since we use pip batch install.
    oz123 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    510a633 View commit details
    Browse the repository at this point in the history
  2. Remove the --sequential from docs

    We now use the batch install method from pip directly, so it's
    meaningless.
    oz123 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    abe6f56 View commit details
    Browse the repository at this point in the history
  3. Remove sequential\concurrent keyword

    Since we removed sequential options ...
    oz123 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    a38d153 View commit details
    Browse the repository at this point in the history
  4. Remove tests with --sequential

    oz123 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    3eacea2 View commit details
    Browse the repository at this point in the history