From 863b0775ab329ca821a1c20835334bb7aa67f3a75441af246c784f532dba1700 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 8 Nov 2019 23:16:08 +0000 Subject: [PATCH] - 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 --- python-pylint.changes | 6 ++++++ python-pylint.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) 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