python-rope / rope

a python refactoring library
GNU Lesser General Public License v3.0
1.93k stars 162 forks source link

Tests that uses external_fixturepkg shoud run in their own venv #781

Closed lieryan closed 6 months ago

lieryan commented 6 months ago

Description

Issue raised in #749, tests that uses external_fixturepkg currently pip installs the external_fixturepkg demo package into the test's environment. This test should avoid modifying the test's environment and use its own venv instead.