Skip to content

Commit 97310da

Browse files
test: Pin version of opensearch-py
1 parent 29a2332 commit 97310da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/templates/kuttl/ldap/30-test-opensearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
- -c
1717
args:
1818
- |
19-
pip install opensearch-py
19+
pip install opensearch-py==3.0.0
2020
python scripts/test.py
2121
env:
2222
# required for pip install

tests/templates/kuttl/smoke/20-test-opensearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
- -c
1717
args:
1818
- |
19-
pip install opensearch-py
19+
pip install opensearch-py==3.0.0
2020
python scripts/test.py
2121
env:
2222
# required for pip install

0 commit comments

Comments
 (0)