test: skip terminal cleanup collection on non-posix

This commit is contained in:
zapabob
2026-05-31 11:21:14 +09:00
committed by nesquena-hermes
parent 83a45b6fe1
commit 3b852bd98a
+3
View File
@@ -5,6 +5,9 @@ import time
import pytest
if os.name != "posix":
pytest.skip("terminal process cleanup tests require POSIX terminal support", allow_module_level=True)
import api.terminal as terminal