You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/11/26 21:34:51 UTC

[iceberg] branch master updated: Python (legacy): Pin flake8 (#6270)

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

blue 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 814bc230b3 Python (legacy): Pin flake8 (#6270)
814bc230b3 is described below

commit 814bc230b365c292e61056e8e63c7f245eed8ea1
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Sat Nov 26 22:34:47 2022 +0100

    Python (legacy): Pin flake8 (#6270)
---
 python_legacy/tox.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python_legacy/tox.ini b/python_legacy/tox.ini
index 5f512eb109..815515950a 100644
--- a/python_legacy/tox.ini
+++ b/python_legacy/tox.ini
@@ -49,8 +49,8 @@ commands =
 basepython = python3
 skip_install = true
 deps =
-    flake8>=3.8.4
-    flake8-import-order>=0.9
+    flake8==5.0.4
+    flake8-import-order==0.18.1
     flake8-bugbear==22.6.22
 commands =
     flake8 iceberg setup.py tests