File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,14 @@ set -o pipefail
55export SF_OCSP_TEST_MODE=true
66export 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/*
You can’t perform that action at this time.
0 commit comments