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

[iceberg] branch master updated: Python: Pin mypy (#6147)

This is an automated email from the ASF dual-hosted git repository.

dweeks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 286887185a Python: Pin mypy (#6147)
286887185a is described below

commit 286887185a59084e58d6df9b310fc39b0200b5aa
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Tue Nov 8 19:25:30 2022 +0100

    Python: Pin mypy (#6147)
    
    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 =