Skip to content

Commit c7bd23b

Browse files
authored
Merge pull request #46 from gogetdata/update_conda_4.9.0
Update conda 4.9.0
2 parents 788eaba + 2aac2cb commit c7bd23b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ requests>=2.22.*
22
pyyaml
33
gitpython
44
git
5-
conda>=4.8.2,<=4.8.3
5+
conda>=4.8.2,<=4.9.0
66
conda-build>=3.18.12,<=3.19.3
77
ripgrep
88
fuzzywuzzy

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)