yunstanford / pytest-sanic

a Pytest Plugin for Sanic.
http://pytest-sanic.readthedocs.io/en/latest
Apache License 2.0
135 stars 21 forks source link

Finalisation error on using add_task #69

Open lb1mg opened 8 months ago

lb1mg commented 8 months ago
Name: pytest-sanic
Version: 1.9.1
---
Name: sanic
Version: 22.12.0

Got following error on running tests on routes that use add_task.

sanic_routing.exceptions.FinalizationError: Cannot finalize router more than once.

Was working fine with older Sanic version.