Accepting request 749233 from home:frispete:python

Done:

- Disable current failing tests
  see: https://github.com/pytest-dev/pytest-mock/issues/167
  boils done to an issue of pytest

OBS-URL: https://build.opensuse.org/request/show/749233
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mock?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal 2019-11-18 09:58:52 +00:00 committed by Git OBS Bridge
parent abc8e44210
commit fc04c77c35
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Nov 16 22:35:16 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
- 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 <tchvatal@suse.com>

View File

@ -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
@ -60,7 +60,8 @@ of a test
%check
export PYTHONDONTWRITEBYTECODE=1
%pytest
# 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