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.
Greetings! Is there any active road map to add compatibility with latest pytest version, which major number at the moment is 6?
Poetry can't resolve the current pytest-sanic with the latest pytest:
Updating dependencies
Resolving dependencies... (0.5s)
[SolverProblemError]
Because pytest-sanic (1.6.1) depends on pytest (>=5.2,<6.0)
and no versions of pytest-sanic match >1.6.1,<2.0.0, pytest-sanic (>=1.6.1,<2.0.0) requires pytest (>=5.2,<6.0).
So, because back depends on both pytest-sanic (^1.6.1) and pytest (^6.0.1), version solving failed.
The text was updated successfully, but these errors were encountered:
Greetings! Is there any active road map to add compatibility with latest pytest version, which major number at the moment is 6?
Poetry can't resolve the current pytest-sanic with the latest pytest:
The text was updated successfully, but these errors were encountered: