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

Revert "In HackedPythonVersion, patch sys.version_info" #1088

Closed
wants to merge 1 commit into from

Conversation

nateprewitt
Copy link
Member

Reverts kennethreitz/pipenv#1076

Copy link
Member

@vphilippon vphilippon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The content of the "A dot and an if away from salvation" commit should be kept though. those were things that still needed to be fixed.

So, only revert 73ba65f


# Second (last-resort) attempt:
if resolved_tree is None:
with HackedPythonVersion(python_version='.'.join([str(s) for s in sys.version_info[:3]]), python_path=backup_python_path):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should keep the '.' and indentation fixes though

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's fine, let's get a PR up that pulls out what we need to remove.

@kennethreitz kennethreitz deleted the revert-1076-mock-sys-version branch December 18, 2017 16:49
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