tests: add Windows skip guards for UNIX-only stdlib imports

This commit is contained in:
Wali Reheman 2026-05-09 06:29:55 -07:00 committed by Teknium
parent b6ff96c057
commit 4e8b8573ca
2 changed files with 5 additions and 5 deletions

View file

@ -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