From: Martin Liska Date: Mon, 19 Dec 2022 09:01:42 +0000 (+0100) Subject: gcc-changelog: stop using --flake8 X-Git-Tag: basepoints/gcc-14~2437 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17b41a28396b748c1824d92ef431a7d39f48a051;p=thirdparty%2Fgcc.git gcc-changelog: stop using --flake8 The flake8 pytest plug-in is broken and we should not use it. contrib/ChangeLog: * gcc-changelog/setup.cfg: Do not use flake8 pytest plug-in. --- diff --git a/contrib/gcc-changelog/setup.cfg b/contrib/gcc-changelog/setup.cfg index efc313f6d526..a606029e25fd 100644 --- a/contrib/gcc-changelog/setup.cfg +++ b/contrib/gcc-changelog/setup.cfg @@ -2,4 +2,4 @@ max-line-length = 120 [tool:pytest] -addopts = -vv --flake8 +addopts = -vv