From 17b41a28396b748c1824d92ef431a7d39f48a051 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Mon, 19 Dec 2022 10:01:42 +0100 Subject: [PATCH] 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. --- contrib/gcc-changelog/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2