Skip to content

Commit 8b3f685

Browse files
Fixup test_wif.sh
1 parent 20c78ae commit 8b3f685

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

ci/wif/test_wif.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ 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
8+
# setup pytest
9+
/opt/python/cp312-cp312/bin/python -m pip install --break-system-packages pytest pytest-asyncio
1010

1111
# test WIF without asyncio installed
12-
/opt/python/cp39-cp39/bin/python -m pip install --break-system-packages -e .
13-
/opt/python/cp39-cp39/bin/python -m pytest test/wif/* --ignore test/wif/*_async.py
12+
/opt/python/cp312-cp312/bin/python -m pip install --break-system-packages -e .
13+
/opt/python/cp312-cp312/bin/python -m pytest test/wif/* --ignore test/wif/test_wif_async.py
1414

1515
# test WIF with asyncio installed
16-
/opt/python/cp39-cp39/bin/python -m pip install --break-system-packages -e '.[aio]'
17-
/opt/python/cp39-cp39/bin/python -m pytest test/wif/*
16+
/opt/python/cp312-cp312/bin/python -m pip install --break-system-packages -e '.[aio]'
17+
# run all tests to see whether installation does not break anything
18+
/opt/python/cp312-cp312/bin/python -m pytest test/wif/*

0 commit comments

Comments
 (0)