Test Failing due to make_napari_viewer
Closed this issue · 2 comments
Cryaaa commented
Hello Everyone,
It seems that the test are failing on all new PRs and I think I have found out where the errors are coming from and why some PRs are not failing. It seems to be in some tests the napari viewer is generated with this line:
viewer = make_napari_viewer(strict_qt=True)
see here but in other tests strict_qt is not set to any value (so my guess is it defaults to False). Does anyone know why we set this variable and if it is needed? I think @lazigu introduced it a while back to fix some tests apparently but I don't know if we still need it..
jo-mueller commented
@Cryaaa Is this still up to date? If no, I would close this issue 👍
Cryaaa commented
I don't think this is up to date anymore, so it can be closed!