diff --git a/python-wsgi_intercept.changes b/python-wsgi_intercept.changes index 6223205..7ab5816 100644 --- a/python-wsgi_intercept.changes +++ b/python-wsgi_intercept.changes @@ -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 diff --git a/python-wsgi_intercept.spec b/python-wsgi_intercept.spec index fd720d2..f178351 100644 --- a/python-wsgi_intercept.spec +++ b/python-wsgi_intercept.spec @@ -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,-)