Dirk Mueller 2024-08-31 13:23:17 +00:00 committed by Git OBS Bridge
parent 601cddef5e
commit e9404b5799

View File

@ -161,7 +161,7 @@ deselectname+=" or (test_server and test_address)"
deselectname+=" or (test_serve and printed)" deselectname+=" or (test_serve and printed)"
deselectname+=" or test__ioloop_not_forcibly_stopped" deselectname+=" or test__ioloop_not_forcibly_stopped"
# not json5 serializable # not json5 serializable
deselectname+=" or test_defaults" deselectname+=" or test_defaults or test_bool"
# flaky timeouts # flaky timeouts
deselectname+=" or (test_deprecation and (test_since or test_message))" deselectname+=" or (test_deprecation and (test_since or test_message))"
deselectname+=" or (test_document_lifecycle and test_document_on_session_destroyed_exceptions)" 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 # Needed for writing fontconfig cache dir
export HOME=$PWD export HOME=$PWD
export PYTEST_DEBUG_TEMPROOT=$(mktemp -d -p ./) 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 %endif
%post %post