From 1f8576e36174cd71411697017b56190d9e1a4a69e84e6ad5ce60847ce3f29b94 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 5 Feb 2014 11:05:45 +0000 Subject: [PATCH] - 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 --- python-wsgi_intercept.changes | 5 +++++ python-wsgi_intercept.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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,-)