From 74f3d1a95b26d3ff7a6ec03031cddef7da9291c4 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Tue, 8 Aug 2017 11:47:03 +0200 Subject: [PATCH] Disable test_resource due to uid issues inside the new minimal buildroot by mock which uses systemd-nspawn instead of chroot. --- platform-python.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/platform-python.spec b/platform-python.spec index 4531e31..9ac3738 100644 --- a/platform-python.spec +++ b/platform-python.spec @@ -975,6 +975,7 @@ CheckPython() { LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test \ -wW --slowest --findleaks \ -x test_distutils \ + -x test_resource \ %ifarch ppc64le aarch64 -x test_faulthandler \ %endif