Skip to content

Commit 32a12bd

Browse files
Charles CowartCharles Cowart
authored andcommitted
RedBIOM is now up to version 0.3.0.
It may be desirable to update this test to support the current version of RedBIOM.
1 parent ac5770c commit 32a12bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/qiita-test-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ class QiitaConfig(TestCase):
251251
string_acceptable_version = '.'.join(map(str, acceptable_version))
252252
version = tuple(map(int, redbiom_lib_version.split('.')))
253253

254-
self.assertTrue(acceptable_version == version,
254+
self.assertTrue(acceptable_version >= version,
255255
'Unsupported redis version. You have %s but the '
256256
'minimum required version is %s'
257257
% ('.'.join(map(str, version)),

0 commit comments

Comments
 (0)