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:36 UTC

[iceberg] branch fd-fix-ci created (now 9aa48d4cf0)

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

fokko pushed a change to branch fd-fix-ci
in repository https://gitbox.apache.org/repos/asf/iceberg.git


      at 9aa48d4cf0 Python: Pin mypy

This branch includes the following new commits:

     new 9aa48d4cf0 Python: Pin mypy

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iceberg] 01/01: Python: Pin mypy

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