Skip to content

Commit 43d070c

Browse files
dhrgitacatangiu
authored andcommitted
testrun.sh: force pynacl ver 1.2.1
PyNaCl 1.3.0 install via pip appears to be broken. Forcing version 1.2.1 as a quick fix.
1 parent bcb79bd commit 43d070c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testrun.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ declare -r ACTIVITY_NAME='Firecracker Testrun'
4040
declare -ra SUPPORTED_PLATFORMS=(Linux)
4141
declare -ra SUPPORTED_PKG_MANAGERS=(apt-get yum)
4242

43+
# PyNaCl v1.3.0 install via pip appears to be broken. Forcing version 1.2.1 for now.
4344
declare -ra PYTHON_DEPS=( \
45+
pynacl==1.2.1 \
4446
pytest pytest-timeout \
4547
boto3 \
4648
requests requests-unixsocket \

0 commit comments

Comments
 (0)