From 8330120ba4dc8fe74a05a8f8f42f880bd1d289e84820bd1a2f3e5268e106e4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 18 Sep 2019 09:24:44 +0000 Subject: [PATCH] - Skip one more test that fails due to extra output from new matplotlib: * testFIR_FilterExampleTex OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pweave?expand=0&rev=7 --- python-Pweave.changes | 7 +++++++ python-Pweave.spec | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/python-Pweave.changes b/python-Pweave.changes index 86e3e48..ed15627 100644 --- a/python-Pweave.changes +++ b/python-Pweave.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 18 09:24:15 UTC 2019 - Tomáš Chvátal + +- Skip one more test that fails due to extra output from + new matplotlib: + * testFIR_FilterExampleTex + ------------------------------------------------------------------- Tue Mar 5 19:39:05 UTC 2019 - Tomáš Chvátal diff --git a/python-Pweave.spec b/python-Pweave.spec index e00f2e4..97bc6fc 100644 --- a/python-Pweave.spec +++ b/python-Pweave.spec @@ -81,7 +81,8 @@ with e.g. Sphinx or rest2web. %check # tests.test_readers.test_url - online -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} -v -e test_url +# testFIR_FilterExampleTex - contains warning from matplotlib that changes the output +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} -v -e '(test_url|testFIR_FilterExampleTex)' %files %{python_files} %doc CHANGELOG.txt README.rst