AlenkaF commented on code in PR #40975:
URL: https://github.com/apache/arrow/pull/40975#discussion_r1551394709
##########
docker-compose.yml:
##########
@@ -842,9 +842,14 @@ services:
PYTEST_ARGS: # inherit
volumes: *conda-volumes
command: &python-conda-command
+ # pytest-cython needs an upper pin of 0.3.0 due
+ # to an issue with typing annotiations
+ # https://github.com/lgpage/pytest-cython/issues/67
+ # With 0.3.* bug fix release, the pin can be removed
Review Comment:
Done: https://github.com/apache/arrow/issues/41002
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]