You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I considered making all the tests namespace packages, but it turns out pytest [chokes](pytest-dev/pytest#3396) [on](pytest-dev/pytest#1927) [namespace packages](pytest-dev/pytest#478). So this is the best solution for now.
Test plan: made a distribution (python setup.py sdist) then installed it in a separate virtualenv. then ran tests (`pytest --pyargs napari`).
0 commit comments