diff options
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/jupyter.scm | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm index 81b3148152..e1fb97e010 100644 --- a/gnu/packages/jupyter.scm +++ b/gnu/packages/jupyter.scm @@ -1727,15 +1727,8 @@ analyzing Jupyter Notebooks.") (arguments (list #:test-flags - ;; All tests fail with error: This plugin does not support - ;; propagateSizeHints() - #~(list "--ignore=qtconsole/tests/test_00_console_widget.py" - ;; AssertionError: '<!DO[261 chars]size:12pt; font-weight:400; - ;; font-style:normal;[1218 chars]tml>' != '<!DO[261 - ;; chars]size:9pt; font-weight:400; font-style:normal;"[1217 - ;; chars]tml>'Diff is 1756 characters long. Set self.maxDiff to - ;; None to see it. - "-k" "not test_other_output") + ;; See: <https://github.com/spyder-ide/qtconsole/issues/582>. + #~(list "--ignore=qtconsole/tests/test_jupyter_widget.py") #:phases #~(modify-phases %standard-phases (add-before 'check 'pre-check |
