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

Check environment variable PIPENV_CUSTOM_VENV_NAME #5203

Merged
merged 11 commits into from
Aug 4, 2022

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    051e6bf View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Support PIPENV_CUSTOM_VENV_NAME from environments

    in the same way as other environment variables.
    Update documentation to include the new variable.
    otherjake committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    7ed8ab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5358b09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a72f7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a05571 View commit details
    Browse the repository at this point in the history
  5. Merge branch '4974-custom-venv-name' of github.com:otherjake/pipenv i…

    …nto 4974-custom-venv-name
    otherjake committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    725082b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fcb2ff View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    d4bf82b View commit details
    Browse the repository at this point in the history
  2. Add unit test, create a section about venv names

    in advanced docs.
    otherjake committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    80403b9 View commit details
    Browse the repository at this point in the history
  3. Merge branch '4974-custom-venv-name' of github.com:otherjake/pipenv i…

    …nto 4974-custom-venv-name
    otherjake committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    9c819d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Use temp_environ in test for CUSTOM_VENV_NAME

    This is so that PIPENV_CUSTOM_VENV_NAME does not leak to
    other tests.
    oz123 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    08c76ad View commit details
    Browse the repository at this point in the history