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

Do not use pre-release PyInquirer #684

Merged
merged 12 commits into from
Jul 23, 2020
Merged

Conversation

ewels
Copy link
Member

@ewels ewels commented Jul 21, 2020

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 pinned PyInquirer==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.

@ewels ewels added the command line tools Anything to do with the cli interfaces label Jul 21, 2020
@ewels ewels mentioned this pull request Jul 21, 2020
@ewels ewels added this to the 1.10 milestone Jul 22, 2020
@codecov
Copy link

codecov bot commented Jul 23, 2020

Codecov Report

Merging #684 into dev will decrease coverage by 0.35%.
The diff coverage is 48.38%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
nf_core/launch.py 70.02% <46.15%> (-1.29%) ⬇️
nf_core/schema.py 87.67% <60.00%> (-0.95%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bf950c9...9eb2ec3. Read the comment docs.

Copy link
Member

@apeltzer apeltzer left a 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

nf_core/launch.py Outdated Show resolved Hide resolved
@apeltzer apeltzer merged commit 02593c5 into nf-core:dev Jul 23, 2020
@ewels ewels deleted the pyinquirer-stable branch July 23, 2020 08:59
@ewels
Copy link
Member Author

ewels commented Jul 23, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command line tools Anything to do with the cli interfaces
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants