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
|
Source: pytest-qt
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-pyqt5 <!nocheck>,
python3-pytest (>= 2.7.0),
python3-setuptools,
python3-setuptools-scm,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
sphinx-common,
xauth <!nocheck>,
xvfb <!nocheck>
Standards-Version: 4.3.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/modules/pytest-qt
Vcs-Git: https://salsa.debian.org/python-team/modules/pytest-qt.git
Homepage: https://github.com/pytest-dev/pytest-qt
Testsuite: autopkgtest-pkg-python
Package: python3-pytestqt
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Recommends: python3-pyqt5 | python3-pyqt4
Suggests: python-pytestqt-doc <!nodoc>
Description: pytest plugin for Qt application testing (Python 3)
Pytest-qt is a pytest plugin that allows programmers to write tests for
PySide and PyQt applications.
.
This package provides the modules for Python 3.
Package: python-pytestqt-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: documentation for pytest-qt
Pytest-qt is a pytest plugin that allows programmers to write tests for
PySide and PyQt applications.
.
This package provides the documentation.
Build-Profiles: <!nodoc>
|