This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-fix-ci in repository https://gitbox.apache.org/repos/asf/iceberg.git
commit 9aa48d4cf0a009a613a53b489f21294a4fd95a5d Author: Fokko Driesprong <[email protected]> AuthorDate: Tue Nov 8 15:00:31 2022 +0100 Python: Pin mypy The CI is failing because a new version of mypy has been released yesterday: https://pypi.org/project/mypy/0.982/ --- python_legacy/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_legacy/tox.ini b/python_legacy/tox.ini index b07351fb2d..5f512eb109 100644 --- a/python_legacy/tox.ini +++ b/python_legacy/tox.ini @@ -59,7 +59,7 @@ commands = basepython = python3 skip_install = true deps = - mypy + mypy==0.982 types-pytz types-python-dateutil commands =
