zero323 commented on a change in pull request #34296:
URL: https://github.com/apache/spark/pull/34296#discussion_r733088786
##########
File path: .github/workflows/build_and_test.yml
##########
@@ -442,6 +442,8 @@ jobs:
# Jinja2 3.0.0+ causes error when building with Sphinx.
# See also https://issues.apache.org/jira/browse/SPARK-35375.
python3.9 -m pip install flake8 pydata_sphinx_theme 'mypy==0.910'
numpydoc 'jinja2<3.0.0' 'black==21.5b2'
+ # TODO Update to PyPI
+ python3.9 -m pip install
git+https://github.com/typeddjango/pytest-mypy-plugins.git@1ad40a97b70c4e15410adf72eed41fbeef69ff45
Review comment:
For now, it is better to install directly from GitHub and wait for
typeddjango/pytest-mypy-plugins#85 to be released. It doesn't affect us
directly here, but might be pain in local development.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]