From c6c94e07892f42bb03df212d7882918d976a5a96 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jun 18 2018 22:18:33 +0000 Subject: Enable the tests once again --- diff --git a/python-kitchen.spec b/python-kitchen.spec index 367af51..d1c106c 100644 --- a/python-kitchen.spec +++ b/python-kitchen.spec @@ -177,8 +177,7 @@ PYTHONPATH=.:kitchen2/ nosetests kitchen2/tests/ %if 0%{?with_python3} pushd %{py3dir} -# disabled temporarily, see https://bugzilla.redhat.com/show_bug.cgi?id=1583600 -#PYTHONPATH=.:kitchen3/ nosetests-%{python3_version} kitchen3/tests/ +PYTHONPATH=.:kitchen3/ nosetests-%{python3_version} kitchen3/tests/ popd %endif