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 sys.platform #29

Closed
wants to merge 2 commits into from
Closed

Fix sys.platform #29

wants to merge 2 commits into from

Conversation

isuruf
Copy link
Contributor

@isuruf isuruf commented Aug 22, 2020

No description provided.

@benfogle
Copy link
Owner

Hi, thanks for the pull request. Could you open an issue describing the behavior you are seeing and how this fixes it? And could amend the commit message to either reference that issue or briefly describe it?

@isuruf
Copy link
Contributor Author

isuruf commented Aug 23, 2020

Thanks for the review. Referenced the issue #28 in the commit message

@benfogle
Copy link
Owner

Okay, now that I understand from the issue what you're trying to do, I would ask you to add one thing: At environment creation time, we need to recognize that build sys.platform != host sys.platform and issue a warning that this is not a supported use case.

@isuruf
Copy link
Contributor Author

isuruf commented Sep 12, 2020

This doesn't work. Monkeypatching sys.platform messes up the standard lib

@isuruf isuruf closed this Sep 12, 2020
@benfogle
Copy link
Owner

Ah, I was afraid of that. Thanks anyway.

@isuruf isuruf deleted the patch-2 branch September 13, 2020 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants