14
0

- 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:
Sascha Peilicke
2014-02-05 11:05:45 +00:00
committed by Git OBS Bridge
parent 9504d16be1
commit 1f8576e361
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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,-)