kou commented on code in PR #40975:
URL: https://github.com/apache/arrow/pull/40975#discussion_r1550742943
##########
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
["
/arrow/ci/scripts/cpp_build.sh /arrow /build &&
/arrow/ci/scripts/python_build.sh /arrow /build &&
+ pip install pytest-cython~=0.2.2 &&
Review Comment:
Can we use https://github.com/apache/arrow/blob/main/ci/conda_env_python.txt
instead?
--
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]