Skip to content

Commit 2394309

Browse files
committed
Temporarily test against my branch
1 parent 6a51001 commit 2394309

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_cmd_serve.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ def test_serve(self):
5050
@skip_if_environ("PLANEMO_SKIP_GALAXY_TEST")
5151
@skip_unless_executable("python3")
5252
def test_serve_python3(self):
53-
extra_args = ['--galaxy_python_version', '3', '--galaxy_branch', 'release_18.09']
53+
extra_args = ['--galaxy_python_version', '3',
54+
'--galaxy_source', 'https://github.com/mvdbeek/galaxy',
55+
'--galaxy_branch', 'gunicorn_run_sh_support']
5456
self._launch_thread_and_wait(self._run, extra_args)
5557
kill_process_on_port(self._port)
5658

0 commit comments

Comments
 (0)