Skip to content

Commit

Permalink
#1217: skip tests on centos6 because of upstream bug
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@13029 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 16, 2016
1 parent ac6f4d9 commit a8e17b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rpmbuild/python-rencode.spec
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,13 @@ chmod 0755 %{buildroot}%{python3_sitearch}/rencode/_rencode.cpython-*.so
%check
pushd tests
ln -sf %{buildroot}%{python2_sitearch}/rencode rencode
%if 0%{el5}%{el6}
#skip tests on centos 6.x because of compatibility issue:
#https://github.com/aresch/rencode/issues/10
%else
%{__python2} test_rencode.py
%{__python2} timetest.py
%endif
popd

%if 0%{?with_python3}
Expand Down

0 comments on commit a8e17b0

Please sign in to comment.