[ARVADOS] updated: 1.3.0-2074-g8e3b1abeb
Git user
git at public.arvados.org
Thu Jan 16 02:58:52 UTC 2020
Summary of changes:
sdk/python/tests/arvados_testutil.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 8e3b1abebc4256256e6e5f4f82e3e25618c0dfcd (commit)
from a344ad38e66d12b94aa7bc3a53f64c343e6fc0e6 (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 8e3b1abebc4256256e6e5f4f82e3e25618c0dfcd
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Wed Jan 15 21:53:05 2020 -0500
Fix assertVersionOutput to handle 'pre' 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 21b3f15dc..6010d8b94 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]+$\n")
+ self.assertRegex(v, r"[0-9]+\.[0-9]+\.[0-9]+(\.pre[0-9]+)?$\n")
class FakeCurl(object):
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list