diff options
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini index 8465cb8085..79d187fa70 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 |