change: hrp install httprunner v4

This commit is contained in:
debugtalk
2022-04-25 18:36:24 +08:00
parent f5ff03d346
commit 1a1016bc37
7 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ func createPythonPlugin(projectName string) error {
return errors.Wrap(err, "copy file failed")
}
_, err = builtin.EnsurePython3Venv(fmt.Sprintf("funppy==%s", shared.Version))
_, err = builtin.EnsurePython3Venv(fmt.Sprintf("funppy>=%s", shared.Version))
if err != nil {
return err
}