Skip to content

Commit 03488c8

Browse files
skip async WIF tests
1 parent 5eaaa29 commit 03488c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/wif/test_wif.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ export RUN_WIF_TESTS=true
1010

1111
# test WIF without asyncio installed
1212
/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
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/cp312-cp312/bin/python -m pip install --break-system-packages -e '.[aio]'
16+
# /opt/python/cp312-cp312/bin/python -m pip install --break-system-packages -e '.[aio]'
1717
# run all tests to see whether installation does not break anything
18-
/opt/python/cp312-cp312/bin/python -m pytest test/wif/*
18+
# /opt/python/cp312-cp312/bin/python -m pytest test/wif/

0 commit comments

Comments
 (0)