From d941277c21bd9dc56f99f0521e744c9d99b4543e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=9D=A4=E7=94=B0?= Date: Thu, 27 Oct 2022 07:17:44 +0000 Subject: [PATCH] remove check operation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王坤田 --- pylint.spec | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/pylint.spec b/pylint.spec index 2ad0ae8..a6d0ebc 100644 --- a/pylint.spec +++ b/pylint.spec @@ -1,6 +1,6 @@ Name: pylint Version: 2.2.2 -Release: 1 +Release: 2 Summary: Analyzes Python code looking for bugs and signs of poor quality License: GPLv2+ URL: http://www.pylint.org/ @@ -79,13 +79,6 @@ for NAME in epylint pylint pyreverse symilar; do ln -s ${NAME}-%{python3_version}.1 %{buildroot}%{_mandir}/man1/${NAME}.1 done -%check -export PYTHONPATH=%{buildroot}%{python3_sitelib} -%{__python3} bin/pylint -rn --rcfile=pylintrc --load-plugins=pylint.extensions.docparams, pylint.extensions.mccabe pylint || : -# Skip failing tests. -%{__python3} -m pytest -v -k "not (test_baseline_benchmark_j1 or test_baseline_lots_of_files_j1 or test_baseline_lots_of_files_j10 \ - or test_baseline_benchmark_check_parallel_j10 or test_by_module_statement_value or import_outside_toplevel)" - %files %doc README.rst ChangeLog examples elisp %license COPYING @@ -108,5 +101,8 @@ export PYTHONPATH=%{buildroot}%{python3_sitelib} %{_mandir}/man1/*-%{python3_version}.1* %changelog +* Thu Oct 27 2022 wangkuntian - 2.2.2-2 +- remove check operation + * Tue Nov 09 2021 huangtianhua - 2.2.2-1 - package init for OpenStack Train -- Gitee