Preformu / conftest.py
Kevinshh's picture
Deploy Kernel+Skill architecture to HF Spaces; wire advanced stability features; remove deprecated entry points
19729e9
Raw
History Blame Contribute Delete
376 Bytes
"""仓库根 conftest(占位)。
历史说明:早期底座包目录名为 ``platform``,与标准库 ``platform`` 同名,需要在此
做特殊处理以固定标准库版本。现底座目录已重命名为 ``core``,**不再与任何标准库
模块同名**,故此处无需任何特殊处理。
实际的测试导入路径设置见 ``tests/conftest.py``。
"""