mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 23:51:25 +08:00
change: skip funppy version requirements
This commit is contained in:
@@ -185,7 +185,7 @@ func createPythonPlugin(projectName string) error {
|
|||||||
return errors.Wrap(err, "copy file failed")
|
return errors.Wrap(err, "copy file failed")
|
||||||
}
|
}
|
||||||
|
|
||||||
_, err = builtin.EnsurePython3Venv(fmt.Sprintf("funppy>=%s", shared.Version))
|
_, err = builtin.EnsurePython3Venv("funppy")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user