project-chip/connectedhomeip

[Cirque] use virtualenv

Open

#33 950 ouverte le 17 juin 2024

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)C++ (1 659 forks)batch import
CI/CD improvementsgood first issue

Métriques du dépôt

Stars
 (6 410 stars)
Métriques de merge PR
 (Merge moyen 8j 5h) (375 PRs mergées en 30 j)

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.

Guide contributeur