napari / napari-animation

A napari plugin for making animations
https://napari.github.io/napari-animation/
Other
74 stars 27 forks source link

Exclude failing PySide CI tests #219

Closed GenevieveBuckley closed 1 month ago

GenevieveBuckley commented 1 month ago

The CI tests are failing. It seems that napari experiences similar CI failures with PySide backends, and has chosen to skip most CI checks involving Pyside.

This PR adds a similar exclude statement to the napari-animation github actions workflow.

More details

There are issues with PySide combined with python 3.11:

And there are issues with PySide on Windows, see:

brisvag commented 1 month ago

It seems no tests ran at all? Is that normal?

psobolewskiPhD commented 1 month ago

Here's the error: https://github.com/napari/napari-animation/actions/runs/9298212529/workflow

I think this PR needs to be implemented in tox.ini? Here? https://github.com/napari/napari-animation/blob/f3463af3aa39e60087e8714244c9773b95392e8e/tox.ini#L42-L45