re-enable tests

They pass for me so I don't see any reason why we should not run them.
epel8
Felix Schwarz 7 years ago
parent d2e784ed1c
commit 876fc1de8d

@ -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

Loading…
Cancel
Save