Bug#1001502: pyprof2calltree: autopkgtest only tests default python (not each python version as advertised)

2021-12-11 Thread Nicholas D Steeves
Hi Jonas! Jonas Smedegaard writes: > Source: pyprof2calltree > Version: 1.4.4-2 > Severity: important > Tags: patch > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > autopkgtest contains the following: > >> set -e ; for py in $(py3versions -r 2>/dev/null) ; do echo "Testing with >>

Bug#1001502: pyprof2calltree: autopkgtest only tests default python (not each python version as advertised)

2021-12-11 Thread Jonas Smedegaard
Source: pyprof2calltree Version: 1.4.4-2 Severity: important Tags: patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 autopkgtest contains the following: > set -e ; for py in $(py3versions -r 2>/dev/null) ; do echo "Testing with > $py:" ; python3 setup.py test ; done That code checks the