Skip to content

Commit

Permalink
Merge branch 'main' into handle_DeprecatedDict
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterburt authored Sep 5, 2024
2 parents d56c150 + ab5e795 commit c5be2d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,16 @@ commands = pytest -v --color=yes --cov=napari_animation --cov-report=xml

[testenv:py{39,310,311,312}-{linux,macos,windows}-pyqt]
deps =
napari[pyqt5,testing]
{[testenv]deps}
napari[pyqt5]
lxml_html_clean # should only be needed till napari 0.5.0
# . # napari-animation install from source

# PySide2 unavailable on Mac apple silicon arm64, and for python >=3.11
[testenv:py{39,310}-{linux,macosintel,windows}-pyside]
deps =
napari[pyside2,testing]
{[testenv]deps}
napari[pyside2]
lxml_html_clean # should only be needed till napari 0.5.0
# . # napari-animation install from source

Expand Down

0 comments on commit c5be2d4

Please sign in to comment.