Prevent test failure by ignoring selinux xattrs

This commit is contained in:
Miro Hrončok 2014-06-28 20:52:51 +02:00
parent a574eec138
commit b99f7ab1cb
1 changed files with 3 additions and 0 deletions

View File

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