drop ppc/ppc64 from tests

This commit is contained in:
Dan Horák 2019-01-02 10:35:21 +01:00 committed by Brian C. Lane
parent f9de60b2b7
commit 3817671587
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ class CreatorTest(unittest.TestCase):
def squashfs_args_test(self):
"""Test squashfs_args results"""
test_arches = {"x86_64": ("xz", ["-Xbcj", "x86"]),
"ppc64": ("xz", ["-Xbcj", "powerpc"]),
"ppc64le": ("xz", ["-Xbcj", "powerpc"]),
"s390x": ("xz", []),
"ia64": ("xz", []),