Closed GenevieveBuckley closed 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.
__init__.py
There was one missing from the napari_animation/_qt/_tests/. Adding an empty __init__.py file here fixed the problem with tox for me.
napari_animation/_qt/_tests/
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.