Closed psobolewskiPhD closed 2 months ago
Tests are failing on CI: https://github.com/napari/napari-animation/actions/runs/10724068457/job/29738857108?pr=230#step:8:123
Can reproduce locally with:
pytest napari_animation/_qt/_tests/test_animation_widget.py
Bisect points to this napari commit: 3c7d1a463df65e0e3b9668d4647cb96d066cda73 https://github.com/napari/napari/pull/7150
Edit: So this isn't just a test fail. I can reproduce this locally using the plugin. If you attempt to replace a keyframe (alt-r) it will:
The new keyframe cannot be removed and gives the traceback every time you try to click on it.
switching to '3c7d1a463df65e0e3b9668d4647cb96d066cda73~1'
I just checked locally, reverting the change makes tests pass again. Seems like this was something @brisvag had been concerned about: https://github.com/napari/napari/pull/7150/files#r1701596581 cc: @Czaki
Tests are failing on CI: https://github.com/napari/napari-animation/actions/runs/10724068457/job/29738857108?pr=230#step:8:123
Can reproduce locally with:
Bisect points to this napari commit: 3c7d1a463df65e0e3b9668d4647cb96d066cda73 https://github.com/napari/napari/pull/7150
Edit: So this isn't just a test fail. I can reproduce this locally using the plugin. If you attempt to replace a keyframe (alt-r) it will:
The new keyframe cannot be removed and gives the traceback every time you try to click on it.
switching to '3c7d1a463df65e0e3b9668d4647cb96d066cda73~1'