- Drop nose buildrequires, use testtools directly

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-extras?expand=0&rev=10
This commit is contained in:
Sascha Peilicke
2013-11-25 13:49:17 +00:00
committed by Git OBS Bridge
parent 68ffc5742b
commit debacbb214
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 25 13:49:08 UTC 2013 - speilicke@suse.com
- Drop nose buildrequires, use testtools directly
-------------------------------------------------------------------
Mon Apr 29 11:49:58 UTC 2013 - dmueller@suse.com

View File

@@ -25,8 +25,8 @@ Group: Development/Languages/Python
Url: https://github.com/testing-cabal/extras
Source: http://pypi.python.org/packages/source/e/extras/extras-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
# Test requirements:
BuildRequires: python-nose
BuildRequires: python-testtools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -50,7 +50,7 @@ python setup.py build
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
nosetests
python setup.py test
%files
%defattr(-,root,root,-)