autopkgtest: Run test really on all python versions

This commit is contained in:
Carsten Schoenert 2022-11-30 10:50:15 +01:00
parent e208b03e15
commit ae60077596
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,6 @@
Tests: unittests
Depends: @,
@builddeps@,
Depends:
python3-all,
@,
@builddeps@,
Restrictions: allow-stderr

View file

@ -1,7 +1,7 @@
#!/bin/sh
set -efu
pys="$(py3versions -r 2> /dev/null)"
pys="$(py3versions -s 2> /dev/null)"
cp -a setup.cfg tests "$AUTOPKGTEST_TMP"