File: control

package info (click to toggle)
python-qtpy 1.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 476 kB
  • sloc: python: 2,182; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 263 bytes parent folder | download
1
2
3
4
5
6
7
8
Test-Command: set -e
 ; cp -r qtpy/tests "$AUTOPKGTEST_TMP"
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py:"
 ; xvfb-run -a $py -m pytest -v
 ; done
Depends: python3-all, python3-pytest, python3-qtpy, xauth, xvfb