- 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:
committed by
Git OBS Bridge
parent
68ffc5742b
commit
debacbb214
@@ -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
|
||||
|
||||
|
@@ -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,-)
|
||||
|
Reference in New Issue
Block a user