Skip to content

(test) skip qtspock test_get_value if qtconsole >= 4.4.0

qtspock's test_get_value() fails with newer versions of qtconsole. This is because RichJupyterWidget.blocking_client (BaseFrontendMixin.blocking_client) was removed in qtconsole#174 and is not available in qtconsole >= 4.4.0.

Skip the test for these versions.

@schooft do you have other ideas on how to deal with that? Many thanks in advance!

Merge request reports