-
Notifications
You must be signed in to change notification settings - Fork 193
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
Do not use pre-release PyInquirer #684
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #684 +/- ##
==========================================
- Coverage 81.77% 81.41% -0.36%
==========================================
Files 13 13
Lines 2688 2696 +8
==========================================
- Hits 2198 2195 -3
- Misses 490 501 +11
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor thing, guess we can ignore that
Thanks! |
Remove the pre-release functionality from PyInquirer so that we don't have to wait for v1.0.3. Reverts to stable 1.0.2 version for now.
Tested with the latest version of
master
code for PyInquirer and this breaks, as they have merged in some fairly major structural changes. So I've pinnedPyInquirer==1.0.2
for now.This will hopefully be stable enough for a release of tools. Can look into switching to Questionary / another tool at a later date still. I'm not writing that out.
Sidenote: I tested Questionary and the switch was easy, but it has the same two problems that PyInquirer has, yet without any fixes in the pipeline.