generated from tweag/project
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_real_projects: Use --venv instead of editable install of FD
Until now we've used Experiment.venv_with_fawltydeps() to install FawltyDeps into the experiment's venv before each test run, and uninstall it afterwards. The new --venv flag enables us to instead have FawltyDeps analyze the experiment's venv _without_ first being installed into it. Use the --venv flag, and remove the now-obsolete FawltyDeps installation from the experiment venvs.
- Loading branch information
Showing
1 changed file
with
11 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters