mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-18 04:41:56 +00:00
tests: add Windows skip guards for UNIX-only stdlib imports
This commit is contained in:
parent
b6ff96c057
commit
4e8b8573ca
2 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
"""Tests for FileSyncManager.sync_back() — pull remote changes to host."""
|
||||
|
||||
import fcntl
|
||||
fcntl = pytest.importorskip("fcntl")
|
||||
import io
|
||||
import logging
|
||||
import os
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue