diff toolfactory/rgToolFactory2.py @ 139:6b414af9ca11 draft

Uploaded
author fubar
date Sat, 17 Apr 2021 05:02:01 +0000
parents 1dba6c7687a9
children b36f12eb99dc
line wrap: on
line diff
--- 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 \