project-chip/connectedhomeip

[Cirque] use virtualenv

Open

#33,950 创建于 2024年6月17日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)C++ (1,659 fork)batch import
CI/CD improvementsgood first issue

仓库指标

Star
 (6,410 star)
PR 合并指标
 (平均合并 8天 5小时) (30 天内合并 375 个 PR)

描述

After upgrading to 24.04 it becomes very obvious that cirque should use a virtualenv instead of dirtying the system python packages.

We should instead create a virtualenv for every pip package install and python usage. We also seem to have significant copy&paste throughout the tests for pip install, those should be consolidated.

贡献者指南