Skip to content

Commit 3da6de6

Browse files
committed
Update conda version to 4.9.0
1 parent d2cb109 commit 3da6de6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ def test_get_required_conda_version():
212212
second_version = [version_list[2].strip().split(spliter)[1], version_list[3],version_list[4]]
213213

214214
assert int(second_version[0]) == 4
215-
assert int(second_version[1]) == 8
216-
assert int(second_version[2]) <= 3
215+
assert int(second_version[1]) == 9
216+
assert int(second_version[2]) <= 0
217217

218218

219219

0 commit comments

Comments
 (0)