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

Update CI to use Python 3.7 #2404

Merged
merged 7 commits into from Dec 7, 2021

Conversation

heralden
Copy link
Member

@heralden heralden commented Dec 6, 2021

Details

Change CI files to use Python version 3.7 instead of 2.7 which is EOL.

Testing

Besides running unit tests, how can the reviewer test your feature / bug fix? Are there edge cases to be aware of?

Just check that CI succeeds for the PR.

Checklist

Before your pull request can be approved, be sure to check all boxes:

  • Passing unit test for new or updated code (if applicable)
  • Passes all tests – according to Travis
  • Documentation (if applicable)
  • Single purpose
  • Detailed commit messages
  • Well commented code
  • Checkstyle

Although could a None testcase mean something went wrong?
3.8 actually looked fine - the tests were only failing due to differing
ordering of the query XML attributes, which IMO is more a bug with the tests.
3.10 failed at the setup step... which means the client itself *could*
  work, but now is not the time to find out.
@heralden heralden changed the title WIP: Just testing python client dev branch Update CI to use Python 3.7 Dec 6, 2021
@danielabutano danielabutano merged commit 46a8915 into intermine:dev Dec 7, 2021
@danielabutano danielabutano added this to the InterMine 5.0.4 milestone Dec 8, 2021
@danielabutano danielabutano added this to InterMine 5.0.4 in Roadmap & release planning Dec 8, 2021
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.

None yet

2 participants