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

Pin prompt toolkit because of backwards comp. #1184

Merged
merged 3 commits into from
Jul 9, 2018

Conversation

drvinceknight
Copy link
Member

@drvinceknight drvinceknight commented Jul 6, 2018

This is related to #1183 . Currently a clean install of Axelrod will fail because of backwards incompatible change to prompt_toolkit version 2+. This pins prompt_toolkit.

(I suggest we merge this but leave #1182 open as a place holder, there's no rush with unpinning prompt_toolkit as ipython pins this too I believe: /~https://github.com/ipython/ipython/blob/master/setup.py#L193.)

@drvinceknight
Copy link
Member Author

FYI: 5f048a9 losens the pin but it's falling over on Appveyor I'll figure it out...

Doing this just to kick start appveyor (for some reason I don't see how
to do this on the merge, there's a button on the first check, the pr,
but not the second).
@drvinceknight
Copy link
Member Author

@meatballs this is probably good to go now, the diff is probably more complicated than it needs to be as I've taken the opportunity to alphabetically sort requirements.txt. The only real change is:

-prompt-toolkit>=1.0.7
+prompt-toolkit>=1.0.7,<2.0.0

@meatballs meatballs merged commit ac25f5c into master Jul 9, 2018
@meatballs meatballs deleted the pin-prompt-toolkit-version branch July 9, 2018 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants