OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=93
This commit is contained in:
parent
601cddef5e
commit
e9404b5799
@ -161,7 +161,7 @@ deselectname+=" or (test_server and test_address)"
|
||||
deselectname+=" or (test_serve and printed)"
|
||||
deselectname+=" or test__ioloop_not_forcibly_stopped"
|
||||
# not json5 serializable
|
||||
deselectname+=" or test_defaults"
|
||||
deselectname+=" or test_defaults or test_bool"
|
||||
# flaky timeouts
|
||||
deselectname+=" or (test_deprecation and (test_since or test_message))"
|
||||
deselectname+=" or (test_document_lifecycle and test_document_on_session_destroyed_exceptions)"
|
||||
@ -186,7 +186,7 @@ deselectname+=" or test_contour or test_sampledata__util"
|
||||
# Needed for writing fontconfig cache dir
|
||||
export HOME=$PWD
|
||||
export PYTEST_DEBUG_TEMPROOT=$(mktemp -d -p ./)
|
||||
%pytest -v -m "not selenium" -k "not ($deselectname)" --no-js -n auto
|
||||
%pytest -v -m "not selenium" -k "not ($deselectname)" --no-js -W ignore::DeprecationWarning -n auto
|
||||
%endif
|
||||
|
||||
%post
|
||||
|
Loading…
Reference in New Issue
Block a user