-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update to Python3 #154
Update to Python3 #154
Conversation
This pull request introduces 5 alerts and fixes 5 when merging 4e19db7 into 25956da - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 4 alerts and fixes 6 when merging 2b65b02 into 25956da - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 4 alerts and fixes 6 when merging 427b9ed into 25956da - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 4 alerts and fixes 6 when merging c2b2814 into 25956da - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 4 alerts and fixes 6 when merging b62e778 into 25956da - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 4 alerts and fixes 6 when merging 94e5cb9 into 25956da - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 4 alerts and fixes 6 when merging d57fb1f into 25956da - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 4 alerts and fixes 6 when merging 9beb33f into 25956da - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 4 alerts and fixes 6 when merging b47e4eb into 25956da - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 4 alerts and fixes 5 when merging 92c6cf1 into 25956da - view on LGTM.com new alerts:
fixed alerts:
|
The style in this PR agrees with This formatting comment was generated automatically by a script in uc-cdis/wool. |
This pull request introduces 4 alerts and fixes 5 when merging 2a53c43 into 25956da - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 4 alerts and fixes 5 when merging df4904f into 25956da - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 4 alerts and fixes 5 when merging 7a1cf20 into 25956da - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 4 alerts and fixes 5 when merging 0eea9aa into 25956da - view on LGTM.com new alerts:
fixed alerts:
|
six==1.10.0 | ||
urllib3==1.24.1 | ||
wsgiref==0.1.2 | ||
six==1.12.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.
what do we need six for?
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.
we don't, deleting
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.
removing it caused travis to fail so I added it back. It's weird because psqlgraph does use six but it also specifies in setup.py so not sure why it's not being properly installed on travis.
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.
ugh, ok
This pull request introduces 1 alert and fixes 5 when merging 21719a8 into 25956da - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 5 when merging 816a1f0 into 25956da - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 5 when merging 99d79d3 into 25956da - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 5 when merging 8b58566 into feece74 - view on LGTM.com new alerts:
fixed alerts:
|
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.
lgtm
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.
!!
New Features
Python 3 🎉
Breaking Changes
Dependency updates
Jinja2
andurllib3
for security compliance