-
Notifications
You must be signed in to change notification settings - Fork 47
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
utils: import cli printer from reana-commons #96
Conversation
57c9af5
to
7d0d012
Compare
Signed-off-by: Dinos Kousidis <[email protected]>
c5dcc8f
to
57c511c
Compare
@@ -66,7 +67,7 @@ | |||
install_requires = [ | |||
'bravado>=9.0.6', | |||
'click>=6.7', | |||
'cwltool', | |||
'cwltool==1.0.20180326152342', |
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.
@dinosk why this? wasn't CWL test suite passing already?
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.
@diegodelemos requirements-builder requires a specified version
@@ -35,6 +35,7 @@ | |||
tests_require = [ | |||
'check-manifest>=0.25', | |||
'coverage>=4.0', | |||
'docutils==0.12', |
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.
solves docutils 0.13.1 assert not self.context
* ADDS requirements-dev.txt and modifies .travis.yml to use requirements-builder Signed-off-by: Dinos Kousidis <[email protected]>
57c511c
to
da18bb0
Compare
This will require a release of reana-commons
Signed-off-by: Dinos Kousidis [email protected]