-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-10471: [CI][Python] Ensure we have tests with s3fs and run those on CI #8573
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
ARROW-10471: [CI][Python] Ensure we have tests with s3fs and run those on CI #8573
Conversation
.github/workflows/python.yml
Outdated
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.
@kszucs is it fine to simply change this like the above? Or does something else need to be updated as well?
CI for this build seems to pass, but the "Python / docker" one fails (this is fixed now)
(I am changing "pandas-latest" to use 3.7, as right now we have many builds using 3.6, and almost none using 3.7, eg the pandas 0.23 above also uses python 3.6)
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.
SGTM, the parametrization is right.
ceff7ed to
2512fbb
Compare
|
@ursabot build |
Follow-up on #8573, where I introduced a test that was only passing because of state from other S3 tests. Closes #8638 from jorisvandenbossche/ARROW-10558 Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
No description provided.