Source: dask
Version: 2.11.0+dfsg-1
Severity: normal
Tags: patch

In a recent CI-test [1], dask failed on arm64 because one of the tests
required network access, but this wasn't available on the particular CI
host.

Please exclude these tests for now. This can be done with the attached
patch, which excludes those all tests which are marked as 'network'
(admittedly, I didn't test it, but only because of its simplicity).

There's more discussion, including the background on this, and how
this issue might be solved in future, here [2].

Thanks,
Christian

[1] https://ci.debian.net/data/autopkgtest/testing/arm64/d/dask/4799188/log.gz

[2] https://lists.debian.org/debian-ci/2020/04/msg00013.html
--- debian/tests/control.orig	2020-04-04 23:22:14.341459190 +0200
+++ debian/tests/control	2020-04-04 23:21:16.669447198 +0200
@@ -2,7 +2,7 @@
  ; for py in $(py3versions -r 2>/dev/null)
  ; do cd "$AUTOPKGTEST_TMP"
  ; echo "Testing with $py:"
- ; http_proxy= $py -m pytest -v --pyargs dask
+ ; http_proxy= $py -m pytest -v -m 'not network' --pyargs dask
  ; done
 Depends: @, python3-all,
          python3-ipython,

_______________________________________________
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to