diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-19 15:53:25 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-19 15:53:37 +0100 |
| commit | 876f424c295a0e55fce60050398de7b4746d5f00 (patch) | |
| tree | 783aa4bbf8958fb89567bb67573a11da13237f82 | |
| parent | 6d4c9fda69773ea2f714fecf3f8b2199fc4b237d (diff) | |
gnu: python-qtconsole: Fix tests.
* gnu/packages/jupyter.scm (python-qtconsole):
[arguments] <test-flags>: Rework skipped/ignored tests.
Change-Id: Ia37113d53a85214f4f984b3af847081ac7f87c06
| -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 |
