Hello community, here is the log from the commit of package python-pytest-mock for openSUSE:Factory checked in at 2019-11-22 10:25:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-mock (Old) and /work/SRC/openSUSE:Factory/.python-pytest-mock.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-mock" Fri Nov 22 10:25:44 2019 rev:15 rq:749236 version:1.11.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-mock/python-pytest-mock.changes 2019-10-07 13:39:39.508569584 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytest-mock.new.26869/python-pytest-mock.changes 2019-11-22 10:25:45.769267559 +0100 @@ -1,0 +2,22 @@ +Sat Nov 16 22:35:16 UTC 2019 - Hans-Peter Jansen <[email protected]> + +- Disable current failing tests + see: https://github.com/pytest-dev/pytest-mock/issues/167 + boils done to an issue of pytest + +------------------------------------------------------------------- +Tue Nov 5 10:50:54 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 1.11.2: + * The pytest introspection follows message is no longer shown + if there is no pytest introspection (#154) + * mocker now raises a ValueError when used as a context-manager + +------------------------------------------------------------------- +Mon Oct 7 12:56:56 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 1.11.1: + * Fix mocker.spy on Python 2 when used on non-function objects + which implement __call__ (#157). + +------------------------------------------------------------------- Old: ---- pytest-mock-1.11.0.tar.gz New: ---- pytest-mock-1.11.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-mock.spec ++++++ --- /var/tmp/diff_new_pack.t90a2A/_old 2019-11-22 10:25:46.229267423 +0100 +++ /var/tmp/diff_new_pack.t90a2A/_new 2019-11-22 10:25:46.229267423 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pytest-mock # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-pytest-mock -Version: 1.11.0 +Version: 1.11.2 Release: 0 Summary: Thin-wrapper around the mock package for easier use with pytest License: MIT @@ -60,7 +60,8 @@ %check export PYTHONDONTWRITEBYTECODE=1 -%pytest test_pytest_mock.py +# disable current failing tests +%pytest -k 'not test_assert_called_args_with_introspection and not test_assert_called_kwargs_with_introspection and not test_detailed_introspection' %files %{python_files} %doc CHANGELOG.rst ++++++ pytest-mock-1.11.0.tar.gz -> pytest-mock-1.11.2.tar.gz ++++++ ++++ 3144 lines of diff (skipped)
