15
0
forked from pool/python-Pweave

- 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
This commit is contained in:
Tomáš Chvátal
2019-09-18 09:24:44 +00:00
committed by Git OBS Bridge
parent 48233093bb
commit 8330120ba4
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Sep 18 09:24:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <tchvatal@suse.com>

View File

@@ -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