forked from pool/python-wsgi_intercept
- Use py.test rather than nosetests, testsuite uses py.test specific features
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
9504d16be1
commit
1f8576e361
@@ -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
|
Thu Jan 30 16:44:30 UTC 2014 - speilicke@suse.com
|
||||||
|
|
||||||
|
@@ -30,7 +30,6 @@ BuildRequires: python-devel
|
|||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
# Test requirements:
|
# Test requirements:
|
||||||
BuildRequires: python-httplib2
|
BuildRequires: python-httplib2
|
||||||
BuildRequires: python-nose
|
|
||||||
BuildRequires: python-pytest >= 2.4
|
BuildRequires: python-pytest >= 2.4
|
||||||
BuildRequires: python-requests >= 2.0.1
|
BuildRequires: python-requests >= 2.0.1
|
||||||
Recommends: 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
|
rm -rf %{buildroot}%{python_sitelib}/test
|
||||||
|
|
||||||
%check
|
%check
|
||||||
nosetests
|
py.test build/
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Reference in New Issue
Block a user