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

Fix for expanding dot env variables in scripts #4979

Merged
merged 7 commits into from
Mar 12, 2022

Commits on Mar 11, 2022

  1. Ensure that dot env variables are actually in the real environment so…

    … they can be exapnded by os.path.expandvars
    Matt Davis committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    034aa81 View commit details
    Browse the repository at this point in the history
  2. Add test case for this.

    Matt Davis committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    e7732e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77a50e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90a12dd View commit details
    Browse the repository at this point in the history
  5. Merge branch 'issue-4975-env-variables-not-expanded' of github.com:py…

    …pa/pipenv into issue-4975-env-variables-not-expanded
    Matt Davis committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    0604977 View commit details
    Browse the repository at this point in the history
  6. Adjust test stdout expectations.

    Matt Davis committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    f488273 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a15161 View commit details
    Browse the repository at this point in the history