Files
sanguo_moziplus_v2/tests/e2e
cfdaily b90b7b37c7
CI / lint (pull_request) Successful in 8s
CI / test (pull_request) Successful in 8s
CI / notify-on-failure (pull_request) Successful in 1s
fix(test): e2e test 在 collection 阶段跳过(不 import 安装目录)
根因: test_e2e_v27.py 的 skipif 只标记了函数级别,pytest collection 阶段
仍会 import 该文件,触发 sys.path.insert 指向安装目录的 spawner.py。
如果安装目录有 merge conflict 残留,整个 test job crash。

修复: 将 skipif 加入 pytestmark 级别,collection 阶段即跳过。
2026-06-10 07:52:41 +08:00
..
2026-06-05 11:03:30 +08:00
2026-06-05 23:19:24 +08:00
2026-06-07 08:23:57 +08:00