File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments