From e18157bf9b8bb508b0929bd42b492882b4432a54 Mon Sep 17 00:00:00 2001 From: xqt Date: Tue, 30 Nov 2021 10:45:02 +0100 Subject: [PATCH] [tests] ignore bugbear 21.11.28 https://github.com/PyCQA/flake8-bugbear/issues/208 Change-Id: Ifc3854032ea6f6144e22830dfaf4a4d83f564d4a --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af7c5c5225..83bfd7842c 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ def python_is_supported(): 'flake8>=3.9.1', 'darglint', 'pydocstyle>=4.0.0', - 'flake8-bugbear!=21.4.1', + 'flake8-bugbear!=21.4.1,!=21.11.28', 'flake8-coding', 'flake8-colors>=0.1.9', 'flake8-comprehensions>=3.1.4; python_version >= "3.8"',