project-chip/connectedhomeip

[Cirque] use virtualenv

Aperta

#33.950 aperta il 17 giu 2024

 (2 commenti) (0 reazioni) (0 assegnatari)C++ (1659 fork)batch import
CI/CD improvementsgood first issue

Metriche repository

Star
 (6410 stelle)
Metriche merge PR
 (Merge medio 8g 5h) (375 PR mergiate in 30 g)

Descrizione

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.

Guida contributor