My use case, is to check that all the Dependencies computer by dh_python3 from the build tools are indeed listed in the Depends of the binary package.
I think about package whcih provide oiptional dependencies via the extra. In that case the extra should be declare when calling dh_python3. So I must install only the python3-<module> and the test framework to be sure that it is fonctionnal as installed. It seems to me that the autopkgtest-pybuild plugin is not well suited for this purpose. (as it is now). Cheers Frederic For piupart, I alsao have some test that should be perfore with one of my package the upgrade of a database. I should install the package, upgrade it and check that the new version has the right database upgraded. Is it possible to test upgrade scenario with autopkgtests ?