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
|
Source: pytest-sourceorder
Maintainer: Debian FreeIPA Team <pkg-freeipa-devel@lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3),
python-setuptools (>= 0.6b3),
python3-all,
python3-setuptools,
Standards-Version: 3.9.7
Homepage: https://fedorahosted.org/python-pytest-sourceorder/
Vcs-Git: https://anonscm.debian.org/git/pkg-freeipa/pytest-sourceorder.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-freeipa/pytest-sourceorder.git
Package: python-pytest-sourceorder
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Test-ordering plugin for pytest (Python 2)
A pytest plugin for ensuring tests within a class are run in source order.
.
This package installes the library for Python 2.
Package: python3-pytest-sourceorder
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Test-ordering plugin for pytest3 (Python 3)
A pytest plugin for ensuring tests within a class are run in source order.
.
This package installes the library for Python 3.
|