X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/63b03a39adfd78961c5bbb6a3a2d02ccd8c92e4d..c691e44f9183176581dd8da6417af16772baf510:/sdk/python/tests/test_arvfile.py diff --git a/sdk/python/tests/test_arvfile.py b/sdk/python/tests/test_arvfile.py index f50c446313..825465cb4a 100644 --- a/sdk/python/tests/test_arvfile.py +++ b/sdk/python/tests/test_arvfile.py @@ -405,9 +405,6 @@ class ArvadosFileReaderTestCase(StreamFileReaderTestCase): def _my_block_manager(self): return ArvadosFileReaderTestCase.MockParent.MockBlockMgr(self.blocks, self.nocache) - def sync_mode(self): - return SYNC_READONLY - def make_count_reader(self, nocache=False): stream = []