From 3873435914e8f985f0e86b5fd5ba52558174306b Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Fri, 10 Jul 2020 11:38:32 +0200 Subject: Completely disable test that imports optional module too early. --- debian/tests/python-upstream.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/tests/python-upstream.sh b/debian/tests/python-upstream.sh index 8fd4695f..36d5031c 100755 --- a/debian/tests/python-upstream.sh +++ b/debian/tests/python-upstream.sh @@ -9,6 +9,8 @@ cp $helper $AUTOPKGTEST_TMP cp -R $testdir $AUTOPKGTEST_TMP cd $AUTOPKGTEST_TMP +rm -f test/test_dtm.py # Imports torch too early. + for py3ver in $(py3versions -vs) do echo "Running tests with Python ${py3ver}." -- cgit v1.2.3