From 7ec0e1b4e106198d5e6bff447f77cdbfb8baca48 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Thu, 13 Aug 2020 14:03:31 +0200 Subject: [PATCH] coverage.sh: skip prio:standard test because python is priority:standard but uninstallable since August 03 2020, see Debian bug #968217 --- coverage.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/coverage.sh b/coverage.sh index f72c724..1766003 100755 --- a/coverage.sh +++ b/coverage.sh @@ -72,7 +72,7 @@ if [ ! -e shared/taridshift ] || [ taridshift -nt shared/taridshift ]; then fi starttime= -total=148 +total=147 skipped=0 runtests=0 i=1 @@ -2375,6 +2375,11 @@ done # test all variants for variant in essential apt required minbase buildd important debootstrap - standard; do + if [ "$variant" = standard ]; then + # python is priority:standard but uninstallable since August 03 + # 2020, see Debian bug #968217 + continue + fi print_header "mode=root,variant=$variant: create tarball" cat << END > shared/test.sh #!/bin/sh