From a8aff31d9d9599609012deea0a5d19b6695aaf6e Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: Jun 25 2015 17:07:45 +0000 Subject: test fixup under py3 --- diff --git a/python-cliff.spec b/python-cliff.spec index c5670eb..6bbda5e 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -116,6 +116,7 @@ PYTHONPATH=. nosetests %if 0%{?with_python3} pushd %{py3dir} +sed -i 's/nosetests/nosetests-%{python3_version}/' cliff/tests/test_help.py PYTHONPATH=. nosetests-%{python3_version} popd %endif