diff --git a/python-pytest-shutil.changes b/python-pytest-shutil.changes index 5336536..ab755bb 100644 --- a/python-pytest-shutil.changes +++ b/python-pytest-shutil.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 5 11:16:10 UTC 2022 - Daniel Garcia + +- 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 diff --git a/python-pytest-shutil.spec b/python-pytest-shutil.spec index 562b8a9..260690c 100644 --- a/python-pytest-shutil.spec +++ b/python-pytest-shutil.spec @@ -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