Source: r-cran-seurat Version: 4.0.0-1 Severity: serious Tags: patch https://ci.debian.net/data/autopkgtest/testing/i386/r/r-cran-seurat/10310072/log.gz
... ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error (test_load_10X.R:37:3): 10x Spatial Data Parsing ────────────────────── Error: object 'txsp' not found Backtrace: █ 1. └─testthat::expect_is(txsp, "Seurat") test_load_10X.R:37:2 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) [ FAIL 1 | WARN 0 | SKIP 16 | PASS 563 ] Error: Test failures Execution halted autopkgtest [18:31:32]: test run-unit-test: -----------------------] autopkgtest [18:31:32]: test run-unit-test: - - - - - - - - - - results - - - - - - - - - - run-unit-test FAIL non-zero exit status 1 The following workaround seems to work: --- debian/tests/run-unit-test.old 2021-02-09 23:36:49.823404797 +0000 +++ debian/tests/run-unit-test 2021-02-09 23:37:01.551392396 +0000 @@ -18,9 +18,7 @@ # Ignore single test on armhf and i386 (see bug #972553) if [ "$hostarch" = "armhf" -o "$hostarch" = "i386" ] ; then - set -x - sed -i '34s/^/#/' testthat/test_load_10X.R - set +x + rm -f testthat/test_load_10X.R fi for testfile in *.R; do echo "BEGIN TEST $testfile"