-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Describe the bug, including details regarding any error messages, version, and platform.
We are seeing sporadic CI failures on Python builds due to pytest_cython:
File "/opt/conda/envs/arrow/lib/python3.8/site-packages/pytest_cython/plugin.py", line 77, in <module>
def _without_suffixes(path: str | pathlib.Path) -> pathlib.Path:
TypeError: unsupported operand type(s) for |: 'type' and 'type'
Upstream issue has been merged pytest-cython/pytest-cython#67 but not yet released so we should add an upper pin for pytest-cython to have green CI.
Component(s)
Continuous Integration
Reactions are currently unavailable