AlenkaF commented on code in PR #40975:
URL: https://github.com/apache/arrow/pull/40975#discussion_r1551367182
##########
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:
Sure. Will use
https://github.com/apache/arrow/blob/26631d7504420ff00a827d40273b589c6d38860f/ci/conda_env_sphinx.txt#L32
and add the pin there.
##########
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:
Yes, will do!
--
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]