File: control

package info (click to toggle)
pytango 9.3.6-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,216 kB
  • sloc: python: 20,649; cpp: 17,075; javascript: 4,836; makefile: 293; sql: 245; sh: 62
file content (28 lines) | stat: -rw-r--r-- 741 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Test-Command: set -efu
 ; cp  -r tests "$AUTOPKGTEST_TMP"
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py:"
 ; PATH=/usr/lib/tango/:$PATH $py -m pytest tests -v --forked
 ; done
Depends:
 python3-all,
 python3-psutil,
 python3-pytest,
 python3-pytest-forked,
 python3-tango,
 tango-test,
Restrictions: allow-stderr, skip-not-installable, isolation-container

Test-Command: set -efu
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py:"
 ; $py -c "import tango; print(tango.Database().get_info())"
 ; done
Depends:
 default-mysql-server,
 python3-all,
 python3-tango,
 tango-db
Restrictions: allow-stderr, skip-not-installable, isolation-container