File: control

package info (click to toggle)
pytest-regressions 2.5.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,012 kB
  • sloc: python: 2,367; makefile: 18
file content (38 lines) | stat: -rw-r--r-- 1,515 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
Source: pytest-regressions
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-setuptools-scm,
               python3-sphinx,
               python3-sphinx-rtd-theme,
               python3-matplotlib <!nocheck>,
               python3-numpy <!nocheck>,
               python3-pandas <!nocheck>,
               python3-pil <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytest-datadir <!nocheck>,
               python3-yaml <!nocheck>,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/ESSS/pytest-regressions
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-regressions.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-regressions

Package: python3-pytest-regressions
Architecture: all
Depends: python3-pytest,
         ${misc:Depends},
         ${python3:Depends},
         ${sphinxdoc:Depends}
Description: py.test fixtures to write regression tests
 This plugin makes it simple to test general data, images, files, and numeric
 tables by saving expected data in a data directory (using pytest-datadir) that
 can be used to verify that future runs produce the same data.
 .
 This package provides the py.test plugin for Python 3 code.