Accepting request 1040238 from devel:languages:python:pytest

- Disable test_pretty_formatter test that fails in osc build but it works when
  run manually.

OBS-URL: https://build.opensuse.org/request/show/1040238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-shutil?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2023-01-06 16:04:33 +00:00 committed by Git OBS Bridge
commit 7c22bb8112
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 5 11:16:10 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Disable test_pretty_formatter test that fails in osc build but it works when
run manually.
-------------------------------------------------------------------
Thu Apr 21 21:51:01 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-pytest-shutil
Version: 1.7.0
@ -78,7 +77,9 @@ tools for automated tests.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
# Disable test_pretty_formatter test that fails in osc build but it works when
# run manually. It should be something related to the shell and termcolor
%pytest -k "not test_pretty_formatter"
%files %{python_files}
%doc README.md CHANGES.md