File: control

package info (click to toggle)
pytest-localserver 0.9.0.post0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 212 kB
  • sloc: python: 597; makefile: 9; sh: 2
file content (31 lines) | stat: -rw-r--r-- 956 bytes parent folder | download
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
28
29
30
31
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.