diff options
author | Martin Liska <mliska@suse.cz> | 2022-12-19 10:01:42 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-12-19 10:02:38 +0100 |
commit | 17b41a28396b748c1824d92ef431a7d39f48a051 (patch) | |
tree | 7668e1f0974474621d84c097a1f56c11eeeaa198 | |
parent | 88b531d0323fc1fc4173f1975d6a4f408a096f8b (diff) | |
download | gcc-17b41a28396b748c1824d92ef431a7d39f48a051.zip gcc-17b41a28396b748c1824d92ef431a7d39f48a051.tar.gz gcc-17b41a28396b748c1824d92ef431a7d39f48a051.tar.bz2 |
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.
-rw-r--r-- | contrib/gcc-changelog/setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc-changelog/setup.cfg b/contrib/gcc-changelog/setup.cfg index efc313f..a606029 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 |