File: control

package info (click to toggle)
pytest-skip-markers 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 744 kB
  • sloc: python: 4,145; makefile: 16
file content (30 lines) | stat: -rw-r--r-- 1,191 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
Source: pytest-skip-markers
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Benjamin Drung <bdrung@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-distro,
               python3-pip,
               python3-pyfakefs,
               python3-pytest (>= 6),
               python3-setuptools (>= 50.3.2),
               python3-setuptools-scm (>= 3.4)
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: https://github.com/saltstack/pytest-skip-markers
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-skip-markers.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-skip-markers

Package: python3-pytest-skip-markers
Architecture: all
Depends: python3-distro,
         python3-pytest (>= 6),
         ${misc:Depends},
         ${python3:Depends}
Description: skip markers for pytest
 This pytest plugin was extracted from pytest-salt-factories. It’s a collection
 of useful skip markers created to simplify and reduce code required to skip
 tests in some common scenarios, for example, platform specific tests.