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/07/03 19:57:34 UTC

[iceberg] branch master updated: Python: Pin bugbear in Python legacy (#5184)

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 6ec04dc5c Python: Pin bugbear in Python legacy (#5184)
6ec04dc5c is described below

commit 6ec04dc5cb4180fda0c6f0762c32100106a89b0e
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Sun Jul 3 21:57:29 2022 +0200

    Python: Pin bugbear in Python legacy (#5184)
    
    We got a new release on June 1st:
    https://pypi.org/project/flake8-bugbear/22.7.1/
    
    This introduced a new rule that actually broke the CI.
    
    It is best to not do global lookups because of scoping and performance,
    but I don't feel like rewriting the legacy code either.
---
 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 7de9703cb..b07351fb2 100644
--- a/python_legacy/tox.ini
+++ b/python_legacy/tox.ini
@@ -51,7 +51,7 @@ skip_install = true
 deps =
     flake8>=3.8.4
     flake8-import-order>=0.9
-    flake8-bugbear
+    flake8-bugbear==22.6.22
 commands =
     flake8 iceberg setup.py tests