mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-07-18 21:50:55 +00:00
test: skip terminal cleanup collection on non-posix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user