# HG changeset patch # User fubar # Date 1618635721 0 # Node ID 6b414af9ca113449efe0f1b23059809716d3dc08 # Parent 1dba6c7687a96f6ff83a1f1106bf1fb9503056a9 Uploaded diff -r 1dba6c7687a9 -r 6b414af9ca11 toolfactory/rgToolFactory2.py --- a/toolfactory/rgToolFactory2.py Wed Apr 14 07:05:22 2021 +0000 +++ b/toolfactory/rgToolFactory2.py Sat Apr 17 05:02:01 2021 +0000 @@ -1058,6 +1058,8 @@ cll = [ "planemo", "test", + "--galaxy_python_version", + self.args.python_version, "--conda_auto_init", "--test_data", os.path.abspath(self.testdir), @@ -1152,6 +1154,7 @@ a("--galaxy_venv", default="/galaxy_venv") a("--collection", action="append", default=[]) a("--include_tests", default=False, action="store_true") + a("--python_version", default="3.9") args = parser.parse_args() assert not args.bad_user, ( 'UNAUTHORISED: %s is NOT authorized to use this tool until Galaxy \ diff -r 1dba6c7687a9 -r 6b414af9ca11 toolfactory/rgToolFactory2.xml --- a/toolfactory/rgToolFactory2.xml Wed Apr 14 07:05:22 2021 +0000 +++ b/toolfactory/rgToolFactory2.xml Sat Apr 17 05:02:01 2021 +0000 @@ -179,6 +179,9 @@ + galaxyxml bioblend @@ -186,7 +189,7 @@ planemo -