From d23118a6c600d8fe96537d744e67dc1c2b950410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 4 Feb 2020 13:23:00 +0100 Subject: [PATCH] Experimental: Enable all resources during selftest Fixes https://src.fedoraproject.org/tests/python/issue/17 --- selftest/parallel.sh | 2 +- tests.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/selftest/parallel.sh b/selftest/parallel.sh index 49ec458..d05a3ef 100755 --- a/selftest/parallel.sh +++ b/selftest/parallel.sh @@ -24,4 +24,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 97acbc2..b6350a7 100644 --- a/tests.yml +++ b/tests.yml @@ -82,3 +82,4 @@ - python3-debug - python3-rpm-macros - marshalparser + - xorg-x11-server-Xvfb