-
Notifications
You must be signed in to change notification settings - Fork 18
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
PXP-3408 Update Sheepdog to Python3 #314
Conversation
dev-requirements.txt
Outdated
@@ -14,8 +14,7 @@ Sphinx==1.6.5 | |||
sphinx_rtd_theme | |||
flasgger==0.9.1 | |||
-e git+https://git@github.com/uc-cdis/cdisutils-test.git@0.0.1#egg=cdisutilstest |
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.
@paulineribeyre do you know if cdisutils-test
need to be updated?
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.
cdisutilstest has already been updated to python 3 (version 1.0.0 🎉)
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.
I'll bump it to 1.0.0 here then.
@@ -81,7 +82,7 @@ def app(tmpdir, request): | |||
dictionary_setup(_app) | |||
# this is to make sure sqlite is initialized | |||
# for every unit test | |||
reload(default_settings) | |||
imp.reload(default_settings) |
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.
same!
The style in this PR agrees with This formatting comment was generated automatically by a script in uc-cdis/wool. |
25e2476
to
11dc1f9
Compare
This pull request introduces 1 alert when merging aff7ae9 into af48394 - view on LGTM.com new alerts:
|
New Features
Breaking Changes
Dependency updates
release/py3
branch to be compatible to python3Deployment changes