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

add lxml_html_clean to testing in setup.cfg #209

Merged
merged 3 commits into from
Apr 16, 2024

Conversation

psobolewskiPhD
Copy link
Member

Tests are failing because pytest appears to import a lot? so it picks up missing lxml_html_clean from napari
https://github.com/napari/napari-animation/actions/runs/8697301919/job/23852283978#step:7:108

Adding it to testing because it's not needed by anything in napari-animation. Actual use in napari is gated by try:
https://github.com/napari/napari/blob/dec8b09184728b632945ba09c7e6c8fe6c953508/napari/utils/notebook_display.py#L6-L9
But it's needed for napari tests so it's in napari[testing] but the fix isn't released yet.

@psobolewskiPhD
Copy link
Member Author

I think it's needed in tox.ini too?

Copy link

@DragaDoncila DragaDoncila left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's alliiiiiive

@psobolewskiPhD psobolewskiPhD merged commit a54a7b6 into napari:main Apr 16, 2024
15 checks passed
@psobolewskiPhD psobolewskiPhD deleted the add_lxml_html_clean branch April 16, 2024 01:39
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.

2 participants