ci: add Windows and Python 3.14 support

This commit is contained in:
Jiajun Xie
2026-04-17 16:11:37 +08:00
committed by Xubin Ren
parent ce5272c153
commit 3db2eb66e4
7 changed files with 92 additions and 24 deletions
+3
View File
@@ -1,5 +1,7 @@
"""Tests for ReadFileTool enhancements: description fix, read dedup, PDF support, device blacklist."""
import sys
import pytest
from nanobot.agent.tools.filesystem import ReadFileTool, WriteFileTool
@@ -143,6 +145,7 @@ class TestReadPdf:
# Device path blacklist
# ---------------------------------------------------------------------------
@pytest.mark.skipif(sys.platform == "win32", reason="/dev directory doesn't exist on Windows")
class TestReadDeviceBlacklist:
@pytest.fixture()