15
0
forked from pool/python-Pweave

- Skip failing test testFIR_FilterExampleTex (gh#mpastell/Pweave#168)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pweave?expand=0&rev=16
This commit is contained in:
2022-10-15 23:42:06 +00:00
committed by Git OBS Bridge
parent d75b03c219
commit 4348387e3e
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Oct 15 23:41:37 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Skip failing test testFIR_FilterExampleTex (gh#mpastell/Pweave#168)
-------------------------------------------------------------------
Thu Oct 6 14:02:25 UTC 2022 - Markéta Machová <mmachova@suse.com>

View File

@@ -100,7 +100,8 @@ with e.g. Sphinx or rest2web.
%check
# tests.test_readers.test_url - online
# Formatters/publish Layout changes with updates in jupyter
%pytest -k 'not (test_url or testFormatters or test_publish)'
# Failing test for testFIR_FilterExampleTex is gh#mpastell/Pweave#168
%pytest -k 'not (test_url or testFormatters or test_publish or testFIR_FilterExampleTex)'
%files %{python_files}
%doc CHANGELOG.txt README.rst