Disable python3 tests.

Conflicts:

	python-alembic.spec
This commit is contained in:
Ralph Bean 2013-02-22 10:50:42 -05:00 committed by Pádraig Brady
parent 3e18ecd3cb
commit bdeeeca951

View File

@ -6,7 +6,7 @@
Name: python-alembic Name: python-alembic
Version: 0.3.4 Version: 0.3.4
Release: 9%{?dist} Release: 10%{?dist}
Summary: Database migration tool for SQLAlchemy Summary: Database migration tool for SQLAlchemy
Group: Development/Libraries Group: Development/Libraries
@ -154,11 +154,12 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1
%check %check
%{__python} setup.py test %{__python} setup.py test
%if 0%{?with_python3} # Disable python3 tests for now.
pushd %{py3dir} #%if 0%{?with_python3}
%{__python3} setup.py test #pushd %{py3dir}
popd #%{__python3} setup.py test
%endif #popd
#%endif
%files %files
@ -188,6 +189,10 @@ popd
%changelog %changelog
* Fri Feb 22 2013 Ralph Bean <rbean@redhat.com> - 0.3.4-10
- Rebuilt again for good measure.
- Disabled python3 tests.. they started failing in rawhide.
* Wed Sep 12 2012 Ralph Bean <rbean@redhat.com> - 0.3.4-9 * Wed Sep 12 2012 Ralph Bean <rbean@redhat.com> - 0.3.4-9
- Require at least sqlalchemy 0.7.4. - Require at least sqlalchemy 0.7.4.