File: control

package info (click to toggle)
python-qtconsole 5.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,156 kB
  • sloc: python: 6,778; makefile: 184
file content (15 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Test-Command: set -efu
 ; for py in $(py3versions -s 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py:"
 ; xvfb-run -a --server-args="-screen 0 1024x768x24" $py -m pytest --pyargs qtconsole -k "not test_00_console_widget"
 ; done
Depends: python3-all,
         python3-flaky,
         python3-pytest,
         python3-pytest-xvfb,
         python3-pytestqt,
         python3-qtconsole,
         xauth,
         xvfb
Restrictions: allow-stderr