You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug, including details regarding any error messages, version, and platform.
The latest version of pytest (8.0.0) can't be used on our CI as it breaks couple of things. This issue is an umbrella issue for all needed fixes that would enable the removal of the upper pin on pytest:
### Rationale for this change
The latest version of pytest (`8.0.0`) is breaking our CI:
- S3 fixture from out test suite fails
- `doctest-cython` check fails
### What changes are included in this PR?
- added `allow_bucket_creation=True` to the `s3_example_fs` fixture
- removed the pin on pytest, except for the doc builds
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No
Closes:
- Closes#39958
- Closes#39957
* GitHub Issue: #39958
Lead-authored-by: AlenkaF <[email protected]>
Co-authored-by: Joris Van den Bossche <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
The latest version of pytest (
8.0.0
) can't be used on our CI as it breaks couple of things. This issue is an umbrella issue for all needed fixes that would enable the removal of the upper pin on pytest:doctest-cython
on our CI until the issue is solved upstream). CI failure can be found here: https://github.com/apache/arrow/actions/runs/7710390851/job/21013608732#step:6:6571)Component(s)
Python
The text was updated successfully, but these errors were encountered: