We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb79bd commit 43d070cCopy full SHA for 43d070c
tests/testrun.sh
@@ -40,7 +40,9 @@ declare -r ACTIVITY_NAME='Firecracker Testrun'
40
declare -ra SUPPORTED_PLATFORMS=(Linux)
41
declare -ra SUPPORTED_PKG_MANAGERS=(apt-get yum)
42
43
+# PyNaCl v1.3.0 install via pip appears to be broken. Forcing version 1.2.1 for now.
44
declare -ra PYTHON_DEPS=( \
45
+ pynacl==1.2.1 \
46
pytest pytest-timeout \
47
boto3 \
48
requests requests-unixsocket \
0 commit comments