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

Environment variables do not get passed to subprocess during package building #501

Closed
stealthycoin opened this issue Aug 29, 2017 · 0 comments
Assignees
Labels

Comments

@stealthycoin
Copy link
Contributor

When Chalice creates subprocesses to build the package it does not pass down the current set of environment variables down. This was introduced in d6b22b3 so it is a regression over the previous behavior where the subprocess inherited the environment. This matters for any setup.py file that makes use of an environment variable.

Initial issue #497

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant