1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: pytest-aiohttp
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Piotr Ożarowski <piotr@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-aiohttp,
python3-setuptools,
python3-setuptools-scm,
python3-pytest,
python3-pytest-asyncio,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/aio-libs/pytest-aiohttp
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-aiohttp.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-aiohttp
Rules-Requires-Root: no
Package: python3-pytest-aiohttp
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: PyTest plugin for aiohttp support
The library provides useful fixtures for creation test aiohttp server and
client.
|