I also faced this issue even though I did not use tick() in my code. The reason was very simple: I just forgot calling fixture.destroy() at the end of my test case. Maybe it will be helpful for someone.
tick()
fixture.destroy()