Skip to content

Commit 09c658b

Browse files
fixup WIF test script
1 parent 67508fd commit 09c658b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ci/wif/test_wif.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ set -o pipefail
55
export SF_OCSP_TEST_MODE=true
66
export RUN_WIF_TESTS=true
77

8+
#setup pytest
9+
/opt/python/cp39-cp39/bin/python -m pip install --break-system-packages pytest pytest-asyncio
10+
11+
# test WIF without asyncio installed
12+
/opt/python/cp39-cp39/bin/python -m pip install --break-system-packages -e '.[pandas,secure-local-storage,development]'
13+
/opt/python/cp39-cp39/bin/python -m pytest test/wif/* --ignore test/wif/*_async.py
14+
15+
# test WIF with asyncio installed
816
/opt/python/cp39-cp39/bin/python -m pip install --break-system-packages -e '.[aio]'
9-
/opt/python/cp39-cp39/bin/python -m pip install --break-system-packages pytest
1017
/opt/python/cp39-cp39/bin/python -m pytest test/wif/*

0 commit comments

Comments
 (0)