File: control

package info (click to toggle)
bottleneck 1.2.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 564 kB
  • sloc: ansic: 4,414; python: 1,742; makefile: 67
file content (14 lines) | stat: -rw-r--r-- 417 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Test-Command: set -e
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py:"
 ; $py -c "import bottleneck as bn; bn.test()"
 ; echo "Testing with $py-dbg:"
 ; $py-dbg -c "import bottleneck as bn; bn.test()"
 ; done
Depends: python3-all,
         python3-all-dbg,
         python3-bottleneck,
         python3-bottleneck-dbg,
         python3-nose
Restrictions: allow-stderr