Skip to content

Commit

Permalink
Fix pytests and update build.sh to add ppc64le support. (#4413)
Browse files Browse the repository at this point in the history
Signed-off-by: Sunidhi-Gaonkar1 <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Co-authored-by: Peter Zhu <[email protected]>
  • Loading branch information
Sunidhi-Gaonkar1 and peterzhuamazon authored Feb 22, 2024
1 parent 2c15252 commit 4553a95
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 104 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"

[packages]
pyyaml = "~=5.4"
types-PyYAML = "~=5.4"
pyyaml = "~=6.0.1"
types-PyYAML = "~=6.0.1"
# TODO: The 'requests' package stays on 2.28 until we deprecate CentOS7.
# As newer version requires openssl1.1.1 where CentOS7 only provides openssl1.1.0.
# https://github.com/opensearch-project/opensearch-build/issues/3554
Expand All @@ -30,7 +30,7 @@ sortedcontainers = "~=2.4.0"
cerberus = "~=1.3.4"
psutil = "~=5.8"
atomicwrites = "~=1.4.1"
validators = "*"
validators = "~=0.21.2"
yamlfix = "~=1.0.1"
yamllint = "~=1.27.1"
pytablewriter = "~=0.64.2"
Expand Down
Loading

0 comments on commit 4553a95

Please sign in to comment.