forked from pool/python-wsgi_intercept
Accepting request 220966 from devel:languages:python
- Use py.test rather than nosetests, testsuite uses py.test specific features OBS-URL: https://build.opensuse.org/request/show/220966 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsgi_intercept?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 5 11:02:07 UTC 2014 - speilicke@suse.com
|
||||
|
||||
- Use py.test rather than nosetests, testsuite uses py.test specific features
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 16:44:30 UTC 2014 - speilicke@suse.com
|
||||
|
||||
|
@@ -30,7 +30,6 @@ BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
# Test requirements:
|
||||
BuildRequires: python-httplib2
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-pytest >= 2.4
|
||||
BuildRequires: python-requests >= 2.0.1
|
||||
Recommends: python-requests >= 2.0.1
|
||||
@@ -62,7 +61,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
rm -rf %{buildroot}%{python_sitelib}/test
|
||||
|
||||
%check
|
||||
nosetests
|
||||
py.test build/
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
Reference in New Issue
Block a user