Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude failing PySide CI tests #219

Conversation

GenevieveBuckley
Copy link
Contributor

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
Copy link
Contributor

brisvag commented May 30, 2024

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

@psobolewskiPhD
Copy link
Member

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?

napari-animation/tox.ini

Lines 42 to 45 in f3463af

[testenv:py{38,39,310}-{linux,macos,windows}-pyside]
deps =
napari[pyside2,testing]
lxml_html_clean # should only be needed till napari 0.5.0

@GenevieveBuckley GenevieveBuckley deleted the exclude-failing-pyside-CI-tests branch June 3, 2024 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants