MakerPipInstaller implements the PipInstaller interface for the maker tool.
| 329 | // HACK: For backwards compatibility on App Engine and Cloud Functions Python 3.7 only report a |
| 330 | // warning. |
| 331 | if strings.HasPrefix(pyVer, "Python 3.7") { |
| 332 | ctx.Warnf("Found incompatible dependencies: %q", result.Stdout) |
| 333 | return nil |
| 334 | } |
| 335 | return gcp.UserErrorf("found incompatible dependencies: %q", result.Stdout) |
| 336 | } |
nothing calls this directly
no outgoing calls
no test coverage detected