Skip to content
Commits on Source (4)
pytest-multihost (3.0-2) unstable; urgency=medium
* Bump debhelper to 12.
* control: Bump policy to 4.4.0.
* Drop python2 support. (Closes: #937564)
-- Timo Aaltonen <tjaalton@debian.org> Thu, 12 Sep 2019 08:58:50 +0300
pytest-multihost (3.0-1) unstable; urgency=medium
* New upstream release.
......
......@@ -4,25 +4,15 @@ Uploaders: Timo Aaltonen <tjaalton@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper (>= 11),
debhelper (>= 12),
dh-python,
python-all (>= 2.6.6-3),
python-setuptools (>= 0.6b3),
python3-all,
python3-setuptools,
Standards-Version: 4.2.1
Standards-Version: 4.4.0
Homepage: https://pagure.io/python-pytest-multihost/
Vcs-Git: https://salsa.debian.org/freeipa-team/pytest-multihost.git
Vcs-Browser: https://salsa.debian.org/freeipa-team/pytest-multihost
Package: python-pytest-multihost
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Utility for writing multi-host tests for pytest (Python 2)
A pytest plugin for multi-host testing.
.
This package installes the library for Python 2.
Package: python3-pytest-multihost
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
......
......@@ -4,7 +4,7 @@
# Mon, 28 Mar 2016 08:22:55 +0300
export PYBUILD_NAME=pytest-multihost
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
# don't fail for no reason
......