X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d6f2d88621fb4f70674e669fe92df23f3e866dc4..8dedd02357a95a0ae2c7961c8f1d0896b6311b3b:/services/fuse/tests/test_mount_type.py diff --git a/services/fuse/tests/test_mount_type.py b/services/fuse/tests/test_mount_type.py index 833fdb3823..fffa41f49c 100644 --- a/services/fuse/tests/test_mount_type.py +++ b/services/fuse/tests/test_mount_type.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: AGPL-3.0 -from future.utils import tobytes import logging import subprocess @@ -22,7 +21,7 @@ class MountTypeTest(IntegrationTest): toks[4] for toks in [ line.split(' ') - for line in subprocess.check_output(tobytes("mount")).split("\n") + for line in subprocess.check_output("mount").decode().split("\n") ] if len(toks) > 4 and toks[2] == mnt ])