- Disable test_pretty_formatter test that fails in osc build but it works when
run manually. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-shutil?expand=0&rev=20
This commit is contained in:
parent
260a48b701
commit
ea2f6b40dc
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user