From 6c6b26214062374065cf69ad71357baf19127195 Mon Sep 17 00:00:00 2001 From: "John W. Parent" <45471568+johnwparent@users.noreply.github.com> Date: Mon, 14 Oct 2024 03:02:49 -0400 Subject: Add "only_windows" marker for unit tests (#45979) --- pytest.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'pytest.ini') 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 -- cgit v1.2.3-70-g09d2