Drop usage of six

We no longer need to support Python 2, so there's no point in this
compatibility layer.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2024-11-22 14:44:16 +01:00
parent 8558b74d78
commit b34de57813
57 changed files with 406 additions and 734 deletions

View file

@ -7,7 +7,7 @@ except ImportError:
from parameterized import parameterized
import os
from six.moves import StringIO
from io import StringIO
from tests import helpers
from pungi import createiso