From 8b49d61d9d7603ce14a0dfa03d7f9c86746a561d Mon Sep 17 00:00:00 2001 From: Andreas Holm <60451789+holm10@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:50:53 -0800 Subject: [PATCH] Reduces pytest iutput clutter --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b29e4d4e..cdc183c0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,4 +32,4 @@ jobs: - name: Test with pytest run: | # Create a clean UEDGE instance for every test - pytest --forked + pytest --forked --tb=native pytests