GitHub Sponsors Fund open source developers The ReadME Project GitHub community articles Repositories Topics Trending Collections Enterprise Enterprise platform AI-powered developer platform Available add-ons Advanced Security Enterprise-grade security features GitHub Copilot Enterprise-grade AI features...
.github dependencies docs source Makefile make.bat pytest_asyncio tests tools .gitignore .pre-commit-config.yaml .readthedocs.yaml LICENSE MANIFEST.in Makefile README.rst SECURITY.rst pyproject.toml setup.cfg tox.iniBreadcrumbs pytest-asyncio /docs / make.bat Latest commit seifertm Simplify READ...
Asyncio support for pytest. Contribute to pytest-dev/pytest-asyncio development by creating an account on GitHub.
First of all, thanks for the great pytest plugin! Also, I like the idea of being able to specify event_loop scopes explicitly and separately to the fixture scopes. While playing with this, I kept running into issues that my "session" sco...
Apache Airflow https://airflow.apache.org. Contribute to astronomer/airflow development by creating an account on GitHub.
Bumps pytest-asyncio from 0.23.8 to 0.25.2. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.25.2 Call loop.shutdown_asyncgens() before closing the event loop to ensure asy...
Pytest support for asyncio. Contribute to qaviton/pytest-asyncio development by creating an account on GitHub.
Proposed change https://github.com/pytest-dev/pytest-asyncio/blob/v0.25.3/docs/reference/changelog.rst pytest-dev/pytest-asyncio@v0.24.0...v0.25.3 Type of change Dependency upgrade Bugfix (non-...
Bumps pytest-asyncio from 0.24.0 to 0.25.2. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.25.2 Call loop.shutdown_asyncgens() before closing the event loop to ensure asy...
Avoid errors in cleanup of async generators when event loop is already closed#1040 v0.25.2: pytest-asyncio 0.25.2 Compare Source Callloop.shutdown_asyncgens()before closing the event loop to ensure async generators are closed in the same manner asasyncio.rundoes#1034 ...