tests: add Windows skip guards for UNIX-only stdlib imports
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user