File: control

package info (click to toggle)
pytest-salt 2019.6.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 488 kB
  • sloc: python: 6,309; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 1,107 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
Source: pytest-salt
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Uploaders: Benjamin Drung <benjamin.drung@cloud.ionos.com>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3,
               python3-psutil (>= 4.2.0),
               python3-pytest (>= 2.8.1),
               python3-pytest-helpers-namespace,
               python3-pytest-tempdir,
               python3-setuptools
X-Python3-Version: >= 3.5
Standards-Version: 4.4.0
Homepage: https://github.com/saltstack/pytest-salt
Vcs-Browser: https://salsa.debian.org/salt-team/pytest-salt
Vcs-Git: https://salsa.debian.org/salt-team/pytest-salt.git

Package: python3-pytestsalt
Architecture: all
Depends: python3-psutil (>= 4.2.0),
         python3-pytest (>= 2.8.1),
         ${misc:Depends},
         ${python3:Depends}
Description: PyTest plug-in for Salt daemons to be used in tests
 This package provides a PyTest plug-in that allows one to use the Salt daemons
 in tests. This plug-in is used in Salt's test suite.