From 8951667be145901784d70608519f3e4c5cd3102e Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Feb 04 2020 12:23:00 +0000 Subject: Experimental: Enable all resources during selftest Fixes https://src.fedoraproject.org/tests/python/issue/17 --- diff --git a/selftest/parallel.sh b/selftest/parallel.sh index 740607c..51bed96 100755 --- a/selftest/parallel.sh +++ b/selftest/parallel.sh @@ -21,4 +21,4 @@ export OPENSSL_CONF=/non-existing-file # https://bugs.python.org/issue38815 $PYTHON -m test.pythoninfo -$PYTHON -m test -wW -j$JOBS $X +xvfb-run $PYTHON -m test -u all -wW -j$JOBS $X diff --git a/tests.yml b/tests.yml index c55eca8..e8dd5f3 100644 --- a/tests.yml +++ b/tests.yml @@ -61,3 +61,4 @@ - python3-tkinter - python3-test - python3-debug + - xorg-x11-server-Xvfb