napari / napari-animation

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

Fix tox test collection #202

Closed GenevieveBuckley closed 9 months ago

GenevieveBuckley commented 9 months ago

Closes https://github.com/napari/napari-animation/issues/201 I found that I can fix the tox test collection errors by making sure ALL the folders contain an __init__.py file.

There was one missing from the napari_animation/_qt/_tests/. Adding an empty __init__.py file here fixed the problem with tox for me.