File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 7979 uv pip install $wheel -r requirements-dev.txt
8080
8181 - name : Testing Futures REST endpoints
82- run : pytest -vv -x -m "futures and not futures_auth and not futures_websocket" tests
82+ run : pytest -vv -x -n auto - m "futures and not futures_auth and not futures_websocket" tests
8383
8484 - name : Testing Futures websocket endpoints
85- run : pytest -vv -x -m "futures and not futures_auth and futures_websocket" tests
85+ run : pytest -vv -x -n auto - m "futures and not futures_auth and futures_websocket" tests
Original file line number Diff line number Diff line change 8080 uv pip install $wheel -r requirements-dev.txt
8181
8282 - name : Testing Spot REST endpoints
83- run : pytest -vv -x -m "spot and not spot_auth and not spot_websocket" tests
83+ run : pytest -vv -x -n auto - m "spot and not spot_auth and not spot_websocket" tests
8484
8585 - name : Testing Spot websocket endpoints
86- run : pytest -vv -x -m "spot and not spot_auth and spot_websocket" tests
86+ run : pytest -vv -x -n auto - m "spot and not spot_auth and spot_websocket" tests
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ pytest-cov
55pytest-mock
66pytest-retry
77pytest-timeout
8+ pytest-xdist
You can’t perform that action at this time.
0 commit comments