[ARVADOS] updated: 1.3.0-2076-g5e8d75bc3
Git user
git at public.arvados.org
Thu Jan 16 16:53:22 UTC 2020
Summary of changes:
sdk/python/tests/arvados_testutil.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 5e8d75bc3b942b7f0dc2c0129a8e8a0e10d598e5 (commit)
from ecf1cbf6b843ec566890b4bf944fb893ca9481de (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 5e8d75bc3b942b7f0dc2c0129a8e8a0e10d598e5
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Jan 16 11:52:43 2020 -0500
Fix assertVersionOutput to handle '.dev' versions
no issue #
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/python/tests/arvados_testutil.py b/sdk/python/tests/arvados_testutil.py
index 6010d8b94..f251ea654 100644
--- a/sdk/python/tests/arvados_testutil.py
+++ b/sdk/python/tests/arvados_testutil.py
@@ -93,7 +93,7 @@ class VersionChecker(object):
# Python 2 writes version info on stderr.
self.assertEqual(out.getvalue(), '')
v = err.getvalue()
- self.assertRegex(v, r"[0-9]+\.[0-9]+\.[0-9]+(\.pre[0-9]+)?$\n")
+ self.assertRegex(v, r"[0-9]+\.[0-9]+\.[0-9]+(\.dev[0-9]+)?$\n")
class FakeCurl(object):
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list