Package: pybigwig
Version: 0.3.16+dfsg-1
Severity: serious
Tags: patch
Justification: autopkgtest regression
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu eoan ubuntu-patch

Hi Diane,

The pybigwig package is failing its autopkgtests now in unstable, because
debian/tests/control was not updated to account for the fact that the
python2 binary package is no longer built:

[...]
autopkgtest [21:50:25]: test command1: preparing testbed
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies...Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) autopkgtest-satdep:amd64 < 0 @iU mK Nb Ib >
Broken autopkgtest-satdep:amd64 Depends on python-pybigwig:amd64 < none @un H >
  Removing autopkgtest-satdep:amd64 because I can't find python-pybigwig:amd64
Done
 Done
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
The following packages will be REMOVED:
  autopkgtest-satdep
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
[...]

   (https://ci.debian.net/packages/p/pybigwig/unstable/amd64/)

The simple solution is to drop the python2 test from the package, as in the
attached patch.

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru pybigwig-0.3.16+dfsg/debian/tests/control 
pybigwig-0.3.16+dfsg/debian/tests/control
--- pybigwig-0.3.16+dfsg/debian/tests/control   2019-05-03 08:55:38.000000000 
-0700
+++ pybigwig-0.3.16+dfsg/debian/tests/control   2019-06-19 23:01:34.000000000 
-0700
@@ -1,12 +1,4 @@
 Test-Command: set -e
- ; for py in $(pyversions -r 2>/dev/null)
- ; do cd pyBigWigTest
- ; $py test.py
- ; cd ..
- ; done
-Depends: python-pybigwig, python-all
-
-Test-Command: set -e
  ; for py in $(py3versions -r 2>/dev/null)
  ; do cd pyBigWigTest
  ; $py test.py

Reply via email to