Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-requests-oauthlib for openSUSE:Factory checked in at 2021-10-05 22:33:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-requests-oauthlib (Old) and /work/SRC/openSUSE:Factory/.python-requests-oauthlib.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requests-oauthlib" Tue Oct 5 22:33:28 2021 rev:7 rq:922083 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-requests-oauthlib/python-requests-oauthlib.changes 2020-03-05 23:16:47.161126464 +0100 +++ /work/SRC/openSUSE:Factory/.python-requests-oauthlib.new.2443/python-requests-oauthlib.changes 2021-10-05 22:33:31.298834802 +0200 @@ -1,0 +2,5 @@ +Wed Sep 29 01:34:27 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com> + +- Use pytest to run the testsuite. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-requests-oauthlib.spec ++++++ --- /var/tmp/diff_new_pack.fI5D6n/_old 2021-10-05 22:33:31.742835574 +0200 +++ /var/tmp/diff_new_pack.fI5D6n/_new 2021-10-05 22:33:31.746835581 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-requests-oauthlib # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,12 +22,11 @@ Release: 0 Summary: OAuthlib authentication support for Requests License: ISC -Group: Development/Languages/Python URL: https://github.com/requests/requests-oauthlib Source: https://files.pythonhosted.org/packages/source/r/requests-oauthlib/requests-oauthlib-%{version}.tar.gz BuildRequires: %{python_module mock} -BuildRequires: %{python_module nose} BuildRequires: %{python_module oauthlib >= 3.0.0} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests >= 2.0.0} BuildRequires: %{python_module requests-mock} BuildRequires: %{python_module setuptools} @@ -55,7 +54,7 @@ %check # Three tests initiate network traffic to httpbin.org -%python_exec -m nose -e '(testCanPostBinaryData|test_content_type_override|test_url_is_native_str)' +%pytest -k 'not (testCanPostBinaryData or test_content_type_override or test_url_is_native_str)' %files %{python_files} %license LICENSE