From d3b676e1ae814aa7d606741c4b2a7fcea966cd49 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Mon, 1 Oct 2018 13:29:41 +0200 Subject: [PATCH] Temporarily test against my branch --- tests/test_cmd_serve.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_cmd_serve.py b/tests/test_cmd_serve.py index d2c076947..9f9274439 100644 --- a/tests/test_cmd_serve.py +++ b/tests/test_cmd_serve.py @@ -49,7 +49,9 @@ def test_serve(self): @skip_if_environ("PLANEMO_SKIP_GALAXY_TEST") @skip_unless_executable("python3") def test_serve_python3(self): - extra_args = ['--galaxy_python_version', '3', '--galaxy_branch', 'release_18.09'] + extra_args = ['--galaxy_python_version', '3', + '--galaxy_source', 'https://github.com/mvdbeek/galaxy', + '--galaxy_branch', 'gunicorn_run_sh_support'] self._launch_thread_and_wait(self._run, extra_args) kill_process_on_port(self._port)