-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Issue 3312 dev.sh support python 3.7 #3356
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
Issue 3312 dev.sh support python 3.7 #3356
Conversation
|
Deploy preview for hasura-docs ready! Built with commit 84cfe18 |
|
Review app for commit ecc8b3f deployed to Heroku: https://hge-ci-pull-3356.herokuapp.com |
|
Hm, |
ecc8b3f to
296eb28
Compare
|
Review app for commit 296eb28 deployed to Heroku: https://hge-ci-pull-3356.herokuapp.com |
…3312 Tested on python 3.5 and 3.7 We make light use of pyenv to set an appropriate python version if installed. We could easily install a correct version too if we wanted but that seemed invasive. The newer ruamel was an annoying upgrade but also offers some improvements that exposed some test suite issues (fixed later).
The intention was to make this two cases, using a top-level YAML list. The result was one test with duplicate keys (effectively only running the second test). This is an error that's now flagged by newer ruamel. Both tests needed to be "corrected" to pass and need review.
… venv's in this project
296eb28 to
84cfe18
Compare
|
Review app for commit 84cfe18 deployed to Heroku: https://hge-ci-pull-3356.herokuapp.com |
lexi-lambda
left a comment
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.
Thanks!
|
Review app for commit 9bc9d3f deployed to Heroku: https://hge-ci-pull-3356.herokuapp.com |
|
In test_console:
|
|
Yeah, I saw that, which seems strange. I’m going to kick off the |
9bc9d3f to
84cfe18
Compare
|
Review app https://hge-ci-pull-3356.herokuapp.com is deleted |
Affected components
Steps to test and verify
scripts/dev.sh test, etc.