Add "only_windows" marker for unit tests (#45979)

This commit is contained in:
John W. Parent
2024-10-14 03:02:49 -04:00
committed by GitHub
parent 796e372bde
commit 6c6b262140
4 changed files with 17 additions and 12 deletions

View File

@@ -15,3 +15,4 @@ markers =
enable_compiler_execution: enable compiler execution to detect link paths and libc
disable_clean_stage_check: avoid failing tests if there are leftover files in the stage area
not_on_windows: mark tests that are skipped on Windows
only_windows: mark tests that are skipped everywhere but Windows