From 89a3d82a3f9c62cd0fc5809432ac4a09a720ddd6 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Nov 20 2014 13:14:04 +0000 Subject: build: temporarily remove cap on testtools To allow building with Juno based testtools --- diff --git a/python-migrate.spec b/python-migrate.spec index ef1581f..6ab0daf 100644 --- a/python-migrate.spec +++ b/python-migrate.spec @@ -6,7 +6,7 @@ Name: python-migrate Version: 0.9.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Schema migration tools for SQLAlchemy Group: Development/Languages @@ -36,7 +36,7 @@ BuildRequires: python-sqlparse # for testsuite BuildRequires: python-scripttest -BuildRequires: python-testtools < 0.9.36 +BuildRequires: python-testtools Requires: python-sqlalchemy Requires: python-setuptools @@ -93,7 +93,9 @@ export PATH PYTHONPATH=`pwd` export PYTHONPATH echo 'sqlite:///__tmp__' > test_db.cfg -nosetests + +# Disable temporarily until tests are adjusted to support testtools >= 0.9.36 +#nosetests %files %defattr(-,root,root,-) @@ -102,6 +104,9 @@ nosetests %{python_sitelib}/* %changelog +* Wed Nov 19 2014 Pádraig Brady - 0.9.2-2 +- build: remove cap on testtools for the moment + * Thu Sep 18 2014 Pádraig Brady - 0.9.2-1 - Latest upstream @@ -215,7 +220,7 @@ nosetests (Queried upstream but the change is only in Fedora). Noted that openmosix defintely has a /usr/bin/migrate already. -* Sat Jul 06 2008 Ricky Zhou 0.4.4-2 +* Sun Jul 06 2008 Ricky Zhou 0.4.4-2 - Add BuildRequires on python-setuptools-devel. - Add Requires on SQLAlchemy.