Source: topplot Version: 0.2.2+repack-1 Tags: patch Severity: serious Justification: blocks testing migration of other packages
topplot tries to run its autopkgtest in all versions of Python (which is good), but does not test-depend on all those versions of Python.
This previously worked because numpy depended on them. However, this has now been removed (see #945824), causing topplot's autopkgtests to fail.
Adding python3-all to the Depends in debian/*tests*/control should fix this bug, but I have not actually tested this.