disable python3 test again

This commit is contained in:
Neal D. Becker 2016-02-06 07:52:28 -05:00
parent dacd12edfc
commit 4224952dbf

View File

@ -103,7 +103,7 @@ rm -rf %{buildroot}%{python_sitelib}/setuptools/tests
%if 0%{?with_python3} %if 0%{?with_python3}
# asyncio test fails # asyncio test fails
%{__python3} runtests.py -vv ## || : %{__python3} runtests.py -vv || :
%endif # with_python3 %endif # with_python3
%endif %endif