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:
@@ -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
|
||||
|
Reference in New Issue
Block a user