-
Notifications
You must be signed in to change notification settings - Fork 4
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 all Python 3.6 tests to 3.9 #180
Update all Python 3.6 tests to 3.9 #180
Conversation
transitioned from calling np.asscalar to calling the cell's .item method
@@ -568,7 +568,7 @@ workflows: | |||
- integration_test: | |||
name: redshift-s3-itest-old-pandas | |||
extras: '[redshift-binary,itest]' | |||
python_version: "3.9" | |||
python_version: "3.8" |
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.
why is this being changed to 3.8?
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.
Ah I'm guessing it's because this test specifically is targeting compatibility with an old version of pandas that maybe requires an older python version? the rest of these have been bumped to 3.9 as expected.
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.
you got it!
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.
Tried to find a way to get around this by allowing it to build the old version of pandas in 3.9 but kept creating compounding errors
…ration-tests-to-3-9-remove-build-tests-for-deprecated-python-version
No description provided.