Test-Command: set -e
 ; export LC_ALL=C.UTF-8
 ; export LANG=C.UTF-8
 ; export PYTEST_OPTIONS="--verbose -r s --timeout-method=thread --timeout=300 --durations=20"
 ; cp conftest.py $ADTTMP
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd "$ADTTMP" ; echo "Testing with $py:"
 ; http_proxy= $py $(which py.test-3) -m "not avoid_travis" . $ADTTMP /usr/lib/python3/dist-packages/distributed $PYTEST_OPTIONS
 ; done
Depends: @,
 python3-dill,
 python3-ipykernel,
 python3-ipython,
 python3-ipywidgets,
 python3-joblib,
 python3-jupyter-client,
 python3-lz4,
 python3-mock,
 python3-netcdf4,
 python3-paramiko,
 python3-pytest,
 python3-pytest-timeout,
 python3-requests,
 python3-scipy,
 python3-tblib,
Restrictions: needs-recommends
