Skip to content

Commit

Permalink
Fix tox test collection (#202)
Browse files Browse the repository at this point in the history
Closes #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.
  • Loading branch information
GenevieveBuckley authored Feb 1, 2024
2 parents 521d0b3 + 5d77b5c commit 5aabd44
Showing 1 changed file with 0 additions and 0 deletions.
Empty file.

0 comments on commit 5aabd44

Please sign in to comment.