Closed pokowaka closed 1 week ago
@pokowaka can you give https://github.com/delfick/alt-pytest-asyncio/pull/20 a go and tell me if there's anything about this that makes your life difficult?
@pokowaka I've released the change in 0.9.0. Please don't hesitate to reopen this issue if you want to when you get around to giving it a go!
Our tests rely on configuring fixture timeouts through markers. This currently causes warnings in pytest 8.3.3, and will likely break in future versions when the warning becomes an error.
See the example test below:
See also https://github.com/pytest-dev/pytest/issues/12850