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

Pass WINDIR env var through on win #1837

Merged
merged 1 commit into from
Mar 14, 2017
Merged

Pass WINDIR env var through on win #1837

merged 1 commit into from
Mar 14, 2017

Conversation

mcs07
Copy link
Contributor

@mcs07 mcs07 commented Mar 14, 2017

This issue was encountered when building a recipe for cx_Oracle. It was failing on the test stage because import cx_Oracle results in setuptools pkg_resources.resource_filename being called, which in turn has a call to os.environ['windir'] on Windows.

I guess that the WINDIR environment variable is widely assumed to always be set on Windows, like SYSTEMROOT.

@msarahan msarahan changed the base branch from master to 2.1.x March 14, 2017 14:53
@msarahan msarahan changed the base branch from 2.1.x to master March 14, 2017 14:54
@msarahan
Copy link
Contributor

Yikes, changing base branch to 2.1.x was bad - I'll cherry-pick this back to the 2.1.x branch. Thanks.

@msarahan
Copy link
Contributor

Do you mind signing our CLA? I can't merge your PR without it, unfortunately.

@mcs07
Copy link
Contributor Author

mcs07 commented Mar 14, 2017

Signed

@msarahan
Copy link
Contributor

Great, thank you! Merging.

@msarahan msarahan merged commit f440daa into conda:master Mar 14, 2017
@github-actions
Copy link

github-actions bot commented May 4, 2022

Hi there, thank you for your contribution!

This pull request has been automatically locked because it has not had recent activity after being closed.

Please open a new issue or pull request if needed.

Thanks!

@github-actions github-actions bot added the locked [bot] locked due to inactivity label May 4, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants