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
|
Test-Command: set -e
; for py in $(py3versions -r 2>/dev/null)
; do cd "$AUTOPKGTEST_TMP"
; echo "Testing with $py:"
; http_proxy= $py -m pytest -v --pyargs dask
; done
Depends: @, python3-all,
python3-ipython,
python3-bcolz,
python3-blosc,
python3-boto,
python3-cloudpickle,
python3-graphviz,
python3-h5py,
python3-numpy,
python3-pandas,
python3-partd,
python3-psutil,
python3-pytest,
python3-requests,
python3-scipy,
python3-sqlalchemy,
python3-skimage,
python3-sklearn,
python3-tables,
python3-tk,
python3-yaml,
|