File: control

package info (click to toggle)
partd 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 280 kB
  • sloc: python: 1,524; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Test-Command: set -e
 ; for py in $(py3versions -s 2>/dev/null)
 ; do pushd partd/tests
 ; echo "Testing with $py:"
 ; http_proxy= $py -m pytest -v
 ; popd
 ; done
Depends: @,
 python3-pytest,
 python3-all,
 python3-numpy,
 python3-pandas,
 python3-zmq,
 python3-blosc,
 tzdata-legacy,