Skip to content

Commit 4553a95

Browse files
Fix pytests and update build.sh to add ppc64le support. (#4413)
Signed-off-by: Sunidhi-Gaonkar1 <sunidhi.gaonkar@ibm.com> Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 2c15252 commit 4553a95

File tree

5 files changed

+119
-104
lines changed

5 files changed

+119
-104
lines changed

Pipfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ verify_ssl = true
44
name = "pypi"
55

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

0 commit comments

Comments
 (0)