diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e058fae7..c4a966df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: aioitertools=0.11.0 - name: Test with pytest - run: pytest -n auto -v -rsx -W "ignore:Downloading test file:UserWarning::" + run: pytest -n auto -v -ra -W "ignore:Downloading test file:UserWarning::" - name: Test with pytspack installed run: |