14
0
forked from pool/python-pylint

- test_types_redefined enabled again, because

gh#PyCQA/pylint#3171 has been fixed.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=101
This commit is contained in:
2019-11-08 23:16:08 +00:00
committed by Git OBS Bridge
parent f85563fedd
commit 863b0775ab
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Nov 9 00:13:12 CET 2019 - Matej Cepl <mcepl@suse.com>
- test_types_redefined enabled again, because
gh#PyCQA/pylint#3171 has been fixed.
-------------------------------------------------------------------
Sun Oct 27 08:30:00 UTC 2019 - Michael Ströder <michael@stroeder.com>

View File

@@ -88,10 +88,9 @@ done
%python_uninstall_alternative pylint
%check
# test_types_redefined gh#PyCQA/pylint#3171
# test_by_module_statement_value - fails due to %%pytest macro way of execution
export PYTHONDONTWRITEBYTECODE=1
%pytest -k "not (test_types_redefined or test_by_module_statement_value)"
%pytest -k "not test_by_module_statement_value"
%files %{python_files}
%license COPYING