You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2022/11/08 14:00:37 UTC

[iceberg] 01/01: Python: Pin mypy

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 <fo...@apache.org>
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 =