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

Chore/python3 #23

Merged
merged 10 commits into from
Jul 2, 2019
Merged

Chore/python3 #23

merged 10 commits into from
Jul 2, 2019

Conversation

paulineribeyre
Copy link
Contributor

@paulineribeyre paulineribeyre commented Jun 28, 2019

  • ran 2to3 for python 2 to 3 syntax updates
  • ran black on everything and added wool
  • Exception.message does not exist in python 3
  • fixed travis to run pytest on all the files in folder test instead of selected files - one test suite that was NOT included in the tests before is broken, did not fix it

TODO:

Breaking Changes

  • Python 3 instead of python 2

Dependency updates

  • Use python 3 versions of cirrus (1.0.0) and cdisutilstest (1.0.0)

@github-actions
Copy link

The style in this PR agrees with black. ✔️

This formatting comment was generated automatically by a script in uc-cdis/wool.

setup.py Outdated
"jmespath==0.9.2",
"pbr==2.0.0",
"cdislogging",
"gen3cirrus>=0.3.0,<1.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sure you update this to compatible cirrus

test.py Outdated
@@ -0,0 +1,63 @@
d = values = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this file supposed to be here? :P

@paulineribeyre paulineribeyre merged commit da1131f into master Jul 2, 2019
@paulineribeyre paulineribeyre deleted the chore/python3 branch July 2, 2019 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants