From 876fc1de8d0f93d32c6989c956965509ad196845 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Fri, 10 Aug 2018 23:06:16 +0200 Subject: [PATCH] re-enable tests They pass for me so I don't see any reason why we should not run them. --- python-msgpack.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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