File: control

package info (click to toggle)
pytest-localserver 0.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 200 kB
  • ctags: 75
  • sloc: python: 329; makefile: 9; sh: 4
file content (52 lines) | stat: -rw-r--r-- 1,555 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: pytest-localserver
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniel Stender <stender@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all,
 python-pytest,
 python-requests,
 python-setuptools,
 python-six,
 python-werkzeug (>= 0.10),
 python3-all,
 python3-pytest,
 python3-requests,
 python3-setuptools,
 python3-six,
 python3-werkzeug (>= 0.10)
Standards-Version: 3.9.8
Homepage: https://bitbucket.org/pytest-dev/pytest-localserver/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pytest-localserver.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-localserver.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3

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

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.