Skip to content

Commit 749d8be

Browse files
authored
Merge pull request #3318 from StackStorm/fix_dependency_version
Fix dependency version specified in st2-run-pack-tests-tool
2 parents 43fd769 + 7b2884b commit 749d8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

st2common/bin/st2-run-pack-tests

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PACK_TEST_PYTHON_DEPENDENCIES_NAMES=(
3939
'nose'
4040
)
4141
PACK_TEST_PYTHON_DEPENDENCIES_VERSIONS=(
42-
'>=2.0,2.1'
42+
'>=2.0,<2.1'
4343
'>=1.1.0,<2.0'
4444
'>=1.3.7'
4545
)

0 commit comments

Comments
 (0)