Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: vpython/venv/venv_resources_test.go

Issue 2864423002: vpython: Leave "pip" and related tools. (Closed)
Patch Set: fix word Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « vpython/venv/venv.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vpython/venv/venv_resources_test.go
diff --git a/vpython/venv/venv_resources_test.go b/vpython/venv/venv_resources_test.go
index e8b8418a1d574a3a550007598a95105de4b2cbaf..96e78942076eb4f4265fd7a91f4de305c2c924d6 100644
--- a/vpython/venv/venv_resources_test.go
+++ b/vpython/venv/venv_resources_test.go
@@ -204,8 +204,7 @@ func (tl *testingLoader) buildWheelLocked(t *testing.T, py *python.Interpreter,
Spec: &vpython.Spec{},
// Testing parameters for this bootstrap wheel-building environment.
- testPreserveInstallationCapability: true,
- testLeaveReadWrite: true,
+ testLeaveReadWrite: true,
}
// Build the wheel in a temporary directory, then copy it into outDir. This
« no previous file with comments | « vpython/venv/venv.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698