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:
@@ -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>
|
Sun Oct 27 08:30:00 UTC 2019 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
@@ -88,10 +88,9 @@ done
|
|||||||
%python_uninstall_alternative pylint
|
%python_uninstall_alternative pylint
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# test_types_redefined gh#PyCQA/pylint#3171
|
|
||||||
# test_by_module_statement_value - fails due to %%pytest macro way of execution
|
# test_by_module_statement_value - fails due to %%pytest macro way of execution
|
||||||
export PYTHONDONTWRITEBYTECODE=1
|
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}
|
%files %{python_files}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Reference in New Issue
Block a user