diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index a117f5b7fe9..2b762bb5dc4 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -98,7 +98,7 @@ jobs: if: github.ref_name != 'main' env: POLARS_AUTO_NEW_STREAMING: 1 - run: pytest -n auto --dist loadgroup -m "not may_fail_auto_streaming and not slow and not write_disk and not release and not docs and not hypothesis and not benchmark and not ci_only" + run: pytest -vvv -m "not may_fail_auto_streaming and not slow and not write_disk and not release and not docs and not hypothesis and not benchmark and not ci_only" - name: Run tests async reader tests if: github.ref_name != 'main' && matrix.os != 'windows-latest'