diff --git a/python-pylint.changes b/python-pylint.changes index ae96595..0c7c326 100644 --- a/python-pylint.changes +++ b/python-pylint.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 9 00:13:12 CET 2019 - Matej Cepl + +- test_types_redefined enabled again, because + gh#PyCQA/pylint#3171 has been fixed. + ------------------------------------------------------------------- Sun Oct 27 08:30:00 UTC 2019 - Michael Ströder diff --git a/python-pylint.spec b/python-pylint.spec index f79b0e7..1a5fd3d 100644 --- a/python-pylint.spec +++ b/python-pylint.spec @@ -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