Fix pytest commandline

This commit is contained in:
hakril
2025-02-03 13:53:18 +01:00
parent b1d2d5719b
commit 6ade13d6bb
+1 -1
View File
@@ -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