We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a51001 commit 2394309Copy full SHA for 2394309
1 file changed
tests/test_cmd_serve.py
@@ -50,7 +50,9 @@ def test_serve(self):
50
@skip_if_environ("PLANEMO_SKIP_GALAXY_TEST")
51
@skip_unless_executable("python3")
52
def test_serve_python3(self):
53
- extra_args = ['--galaxy_python_version', '3', '--galaxy_branch', 'release_18.09']
+ extra_args = ['--galaxy_python_version', '3',
54
+ '--galaxy_source', 'https://github.com/mvdbeek/galaxy',
55
+ '--galaxy_branch', 'gunicorn_run_sh_support']
56
self._launch_thread_and_wait(self._run, extra_args)
57
kill_process_on_port(self._port)
58
0 commit comments