Disable test_resource due to uid issues inside the new

minimal buildroot by mock which uses systemd-nspawn
instead of chroot.
This commit is contained in:
Charalampos Stratakis 2017-08-08 11:47:03 +02:00 committed by Petr Viktorin
parent 9ef064db22
commit 74f3d1a95b
1 changed files with 1 additions and 0 deletions

View File

@ -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