-
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
Merged
ryantimjohn
merged 22 commits into
master
from
RM-7-update-default-python-image-for-integration-tests-to-3-9-remove-build-tests-for-deprecated-python-version
Dec 17, 2022
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
794a334
update all 3.6 tests to 3.9
ryantimjohn db71d18
Updated config.yml
ryantimjohn 9796bb7
add pytz to itest dependencies
ryantimjohn 4b1dc54
Update bigfiles_high_water_mark
ryantimjohn 440d9f8
remove deprecated asscalar
ryantimjohn cd60d8c
add wheel to itest_dependencies to support legacy
ryantimjohn e80f1ef
replace asscalar calls
ryantimjohn febc6b1
Update bigfiles_high_water_mark
ryantimjohn a31955b
Update flake8_high_water_mark
ryantimjohn d2a4563
use .item() method
ryantimjohn 4c6b0af
switch to int64 call
ryantimjohn 8233318
switch to generic call, drop with
ryantimjohn ccf1da0
ndarray to generic
ryantimjohn 83afbf5
back to ndarray
ryantimjohn 8879798
remove this test as no longer makes sense
ryantimjohn de0425e
change to .item() method call
ryantimjohn 6f15701
use return_value
ryantimjohn a9543b8
change to 1
ryantimjohn 8ec8e84
remove offending type:ignore
ryantimjohn b98e9d2
remove offending space
ryantimjohn 83494b1
Updated config.yml
ryantimjohn cd9c325
Merge branch 'master' into RM-7-update-default-python-image-for-integ…
ryantimjohn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1135 | ||
1137 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
166 | ||
167 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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