Package: src:pyopengl Version: 3.1.6+dfsg-4 Severity: important Tags: sid trixie patch
please run the autopkg tests for all supported Python versions before stopping.
* Run autopkg tests for all supported Python versions before stopping. --- a/debian/tests/control +++ b/debian/tests/control @@ -1,10 +1,13 @@ -Test-Command: set -efu +Test-Command: set -fu ; cp -r tests "$AUTOPKGTEST_TMP" + ; rv=0 ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; xvfb-run --server-args="-screen 0 1024x768x24 -ac +extension GLX +render -noreset" $py -m pytest tests + ; rv=$(expr $rv + $?) ; done + ; exit $rv Depends: python3-all, python3-opengl,