Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-flask-restx for openSUSE:Factory checked in at 2022-02-11 23:07:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-flask-restx (Old) and /work/SRC/openSUSE:Factory/.python-flask-restx.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flask-restx" Fri Feb 11 23:07:29 2022 rev:6 rq:953295 version:0.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-flask-restx/python-flask-restx.changes 2021-09-22 22:12:55.344321294 +0200 +++ /work/SRC/openSUSE:Factory/.python-flask-restx.new.1956/python-flask-restx.changes 2022-02-11 23:08:59.482873409 +0100 @@ -1,0 +2,7 @@ +Thu Feb 10 18:15:31 UTC 2022 - Matej Cepl <mc...@suse.com> + +- Allow Pytest 6 (not sure why it was forbidden). +- Skip LoggingTest.test_override_app_level failing test + (gh#python-restx/flask-restx#411). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-flask-restx.spec ++++++ --- /var/tmp/diff_new_pack.TtLjgk/_old 2022-02-11 23:09:02.730882803 +0100 +++ /var/tmp/diff_new_pack.TtLjgk/_new 2022-02-11 23:09:02.734882815 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-flask-restx # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,10 +32,10 @@ BuildRequires: %{python_module blinker} BuildRequires: %{python_module jsonschema} BuildRequires: %{python_module mock} -BuildRequires: %{python_module pytest < 6} BuildRequires: %{python_module pytest-benchmark} BuildRequires: %{python_module pytest-flask} BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tzlocal} @@ -72,7 +72,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest -k 'not URLTest and not EmailTest and not test_handle_non_api_error' +# gh#python-restx/flask-restx#411 for LoggingTest.test_override_app_level +%pytest -k 'not (URLTest or EmailTest or test_handle_non_api_error or test_override_app_level)' %files %{python_files} %doc README.rst CONTRIBUTING.rst