github pytest-dev/pytest-asyncio v0.24.0a0
pytest-asyncio 0.24.0a0

latest releases: v0.24.0, v0.24.0a1
pre-releaseone month ago

0.24.0 (UNRELEASED)

  • Adds an optional loop_scope keyword argument to pytest.mark.asyncio. This argument controls which event loop is used to run the marked async test. #706, #871
  • Deprecates the optional scope keyword argument to pytest.mark.asyncio for API consistency with pytest_asyncio.fixture. Users are encouraged to use the loop_scope keyword argument, which does exactly the same.
  • Raises an error when passing scope or loop_scope as a positional argument to @pytest.mark.asyncio. #812

Don't miss a new pytest-asyncio release

NewReleases is sending notifications on new releases.