feat: Improve CodeSyntaxHighlight object (#268)

This commit is contained in:
Talley Lambert
2024-12-25 07:57:13 -05:00
committed by GitHub
parent 4da5ac262c
commit 6a7a731c5d
2 changed files with 230 additions and 43 deletions

View File

@@ -94,7 +94,7 @@ jobs:
dependency-ref: ${{ matrix.napari-version }}
dependency-extras: "testing"
qt: ${{ matrix.qt }}
pytest-args: 'napari/_qt -k "not async and not qt_dims_2 and not qt_viewer_console_focus and not keybinding_editor"'
pytest-args: 'napari/_qt -k "not async and not qt_dims_2 and not qt_viewer_console_focus and not keybinding_editor and not preferences_dialog_not_dismissed"'
python-version: "3.10"
post-install-cmd: "pip install lxml_html_clean"
strategy: