Improve test marking

This commit is contained in:
hakril
2025-02-12 10:26:41 +01:00
parent 8a14cc5b3a
commit be935b0f68
6 changed files with 26 additions and 8 deletions
+1 -1
View File
@@ -125,4 +125,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 "not test_debugger" -v -s
run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -m pytest tests -k "not test_debugger" -v -s -r fEsx