Source: python-pytest-asyncio
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Roland Mas <lolando@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3,
 python3-async-generator <!nocheck>,
 python3-flaky <!nocheck>,
 python3-hypothesis (>= 5.7.1) <!nocheck>,
 python3-mypy <!nocheck>,
 python3-pytest (>= 8.4.0) <!nocheck>,
 python3-pytest-trio <!nocheck>,
 python3-setuptools,
 python3-setuptools-scm,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-asyncio.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-asyncio
Homepage: https://github.com/pytest-dev/pytest-asyncio
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pytest-asyncio
Architecture: all
Depends:
 python3-async-generator,
 ${misc:Depends},
 ${python3:Depends},
Provides: ${python3:Provides}
Breaks:
 python3-pytest-mock (<= 3.7.0),
Description: pytest support for asyncio.
 pytest-asyncio is a ibrary for testing asyncio code with pytest.
 .
 asyncio code is usually written in the form of coroutines,
 which makes it slightly more difficult to test
 using normal testing tools.
 pytest-asyncio provides useful fixtures and markers
 to make testing easier.
