diff --git a/python-msgpack.spec b/python-msgpack.spec index 91a57d2..3f79a66 100644 --- a/python-msgpack.spec +++ b/python-msgpack.spec @@ -55,11 +55,10 @@ This is a Python %{python3_version} (de)serializer for MessagePack. %py2_install %py3_install -# Test don't pass at the moment. Missing dependency in pytest. -#%check -#export PYTHONPATH=$(pwd) -#py.test-%{python_version} -v test -#py.test-%{python3_version} -v test +%check +export PYTHONPATH=$(pwd) +py.test-2 -v test +py.test-%{python3_version} -v test %files -n python2-%{srcname} %doc README.rst