project-chip/connectedhomeip

[Cirque] use virtualenv

Aberta

#33.950 aberto em 17 de jun. de 2024

 (2 comentários) (0 reação) (0 responsável)C++ (1.659 forks)batch import
CI/CD improvementsgood first issue

Métricas do repositório

Stars
 (6.410 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador