Fix tests for F23 as well

This commit is contained in:
Fabio Alessandro Locati 2016-08-08 09:32:21 +01:00
parent 1961289025
commit e9002efa18

View File

@ -87,7 +87,8 @@ rm -rf tests/integration
nosetests-2.7 --with-coverage --cover-erase --cover-package s3transfer --with-xunit --cover-xml -v tests/unit/ tests/functional/ nosetests-2.7 --with-coverage --cover-erase --cover-package s3transfer --with-xunit --cover-xml -v tests/unit/ tests/functional/
%if 0%{?with_python3} %if 0%{?with_python3}
#%{__python3} setup.py test #%{__python3} setup.py test
nosetests-3.5 --with-coverage --cover-erase --cover-package s3transfer --with-xunit --cover-xml -v tests/unit/ tests/functional/ %{?fc23:nosetests-3.4 --with-coverage --cover-erase --cover-package s3transfer --with-xunit --cover-xml -v tests/unit/ tests/functional/}
%{!?fc23:nosetests-3.5 --with-coverage --cover-erase --cover-package s3transfer --with-xunit --cover-xml -v tests/unit/ tests/functional/}
%endif # with_python3 %endif # with_python3
%files -n python2-%{pypi_name} %files -n python2-%{pypi_name}