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