| 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
|
|
|