[arvados] updated: 2.7.0-6603-g6dd10f26c5
git repository hosting
git at public.arvados.org
Mon May 20 15:44:22 UTC 2024
Summary of changes:
sdk/python/tests/test_arvfile.py | 3 +++
1 file changed, 3 insertions(+)
via 6dd10f26c5f87f0571a721d3499e831bc421f5e0 (commit)
from 9876a78e50d1b3ad2571b6e77d92bcb2465d996e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 6dd10f26c5f87f0571a721d3499e831bc421f5e0
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon May 20 11:44:11 2024 -0400
21718: Fix tests
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/python/tests/test_arvfile.py b/sdk/python/tests/test_arvfile.py
index 6bcba9a81d..74525c1ee1 100644
--- a/sdk/python/tests/test_arvfile.py
+++ b/sdk/python/tests/test_arvfile.py
@@ -648,6 +648,9 @@ class ArvadosFileReaderTestCase(StreamFileReaderTestCase):
def _my_block_manager(self):
return ArvadosFileReaderTestCase.MockParent.MockBlockMgr(self.blocks, self.nocache)
+ def return_bytes_only(self):
+ return False
+
def make_count_reader(self, nocache=False):
stream = []
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list