import_name=$(find sources/pyside6/PySide6/ -maxdepth 1 -type d| xargs -n 1 basename|grep -i ^$module_name$)
echo "Test-Command: debian/tests/test_install_python3.sh $binary_package PySide6.$import_name
Depends:
- python3,
+ python3-all,
$binary_package,
Restrictions: allow-stderr, superficial
Features: test-name=$binary_package" >> $C
set -e
echo "Testing python3 package $1"
-for py in $(py3versions -d) ; do
+for py in $(py3versions -s) ; do
cd "$AUTOPKGTEST_TMP" ;
echo "Testing with $py:" ;
$py -c "import $2; print($2)" ;