Source: pytest-localserver
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-pytest,
 python3-requests,
 python3-setuptools,
 python3-setuptools-scm,
 python3-werkzeug (>= 0.10)
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/pytest-dev/pytest-localserver
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-localserver.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-localserver

Package: python3-pytest-localserver
Architecture: all
Depends:
 python3-pytest,
 python3-werkzeug (>= 0.10),
 ${misc:Depends},
 ${python3:Depends}
Description: py.test plugin to test server connections locally (Python 3)
 pytest-localserver is a plugin for the Pytest testing framework which
 enables to test server connections locally.
 .
 This package contains the modules for Python 3.
