From 6ade13d6bba53e3dc9b555beced4f7f9f79c8e01 Mon Sep 17 00:00:00 2001 From: hakril Date: Mon, 3 Feb 2025 13:53:18 +0100 Subject: [PATCH] Fix pytest commandline --- .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 08bc7a9..4eabc60 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -126,4 +126,4 @@ jobs: run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -c "import windows; print(windows)" - name: Arm64 pytests - run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -m pytest tests -k "test_print_syswow_state or teb or peb" -v -x -s + run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -m pytest tests -k "test_print_syswow_state or teb or peb" -v -s