From 5e23b3ca0d7a974004f20fe9a550c02c703e5ad6 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 29 Jul 2022 13:00:54 -0400 Subject: [PATCH] Drop pytest full-tracing in CI again --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a206715..cadb8ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: run: pip install -U . -r requirements-test.txt -r requirements-docs.txt --upgrade-strategy eager - name: Run tests - run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }} -rs -v --full-trace + run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }} -rs -v # We skip 3.10 on windows for now due to # https://github.com/pytest-dev/pytest/issues/8733