Hi, I think I've found some inconsistency of the autopkgtest data: packages_unstable_amd64.json contains:
{ "run_id": 4963349, "created_at": "2020-04-13 12:01:58 UTC", "updated_at": "2020-04-14 20:25:31 UTC", "suite": "unstable", "arch": "amd64", "package": "dnapi", "version": "1.1-1", "trigger": null, "status": "neutral", "requestor": "debci", "pin_packages": [ ], "worker": null, "date": "2020-04-14 19:48:49 UTC", "duration_seconds": 32, "last_pass_date": null, "last_pass_version": "", "message": "No tests in this package or all skipped", "previous_status": "neutral", "duration_human": "32s" } But there is a test available: udd=# SELECT source, release, testsuite FROM sources WHERE source = 'dnapi' ; source | release | testsuite --------+---------+------------------------ dnapi | sid | autopkgtest-pkg-python and it seems to be run: https://ci.debian.net/data/autopkgtest/unstable/amd64/d/dnapi/4963349/log.gz says: autopkgtest [19:48:46]: test autodep8-python3: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import dnapilib; print(dnapilib)" ; done autopkgtest [19:48:46]: test autodep8-python3: [----------------------- Testing with python3.8: <module 'dnapilib' from '/usr/lib/python3/dist-packages/dnapilib/__init__.py'> autopkgtest [19:48:47]: test autodep8-python3: -----------------------] autopkgtest [19:48:47]: test autodep8-python3: - - - - - - - - - - results - - - - - - - - - - autodep8-python3 PASS (superficial) autopkgtest [19:48:47]: @@@@@@@@@@@@@@@@@@@@ summary autodep8-python3 PASS (superficial) So shouldn't this be rather "pass" than "neutral"? Kind regards Andreas. -- http://fam-tille.de