From 77d81aa4a3747b7dfbb17e43b16e1a514550c60c Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 1 Dec 2019 20:18:01 +0300 Subject: Import python3.8 (3.8.0-5) --- debian/tests/failing-tests | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/tests/failing-tests') diff --git a/debian/tests/failing-tests b/debian/tests/failing-tests index 1ee6f38..cdc4911 100755 --- a/debian/tests/failing-tests +++ b/debian/tests/failing-tests @@ -17,7 +17,7 @@ if [ "$(whoami)" = root ]; then fi tmphome=$ADTTMP/home -mkdir -p $tmphome/.local/lib/python3.7/site-packages +mkdir -p $tmphome/.local/lib/python3.8/site-packages if [ -n "$su_user" ]; then chmod go+rx $ADTTMP chown $su_user:nogroup $tmphome @@ -28,7 +28,7 @@ debian_dir=$(dirname $(dirname $0)) # no root access needed after this point -TESTPYTHON="python3.7 -W default -bb -E -R -m test" +TESTPYTHON="python3.8 -W default -bb -E -R -m test" TESTEXCLUSIONS="" . $debian_dir/tests/test-common.sh @@ -44,7 +44,7 @@ echo "Running the failing tests with the standard interpreter:" progressions= for tst in $TESTEXCLUSIONS; do if [ -f "$script" ]; then - cmd="HOME=$tmphome python3.7 $script \"$log\" \"$TESTPYTHON $TESTOPTS $tst\"" + cmd="HOME=$tmphome python3.8 $script \"$log\" \"$TESTPYTHON $TESTOPTS $tst\"" else cmd="HOME=$tmphome $TESTPYTHON $TESTOPTS $tst" fi -- cgit v1.2.3