Prevent test failure by ignoring selinux xattrs
This commit is contained in:
parent
a574eec138
commit
b99f7ab1cb
@ -59,6 +59,9 @@ popd
|
||||
%endif # with_python3
|
||||
|
||||
%check
|
||||
# selinux in koji produces unexpected xattrs for tests
|
||||
export TEST_IGNORE_XATTRS=security.selinux
|
||||
|
||||
%{__python2} setup.py test
|
||||
|
||||
%if 0%{?with_python3}
|
||||
|
Loading…
Reference in New Issue
Block a user