Skip to content

Commit

Permalink
Remove unneeded --galaxy_branch option in 4 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Nov 21, 2018
1 parent ca8f5fc commit baddf30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_cmd_test.py
Expand Up @@ -29,7 +29,6 @@ def test_workflow_test_simple_yaml(self):
test_command = self.append_profile_argument_if_needed(test_command)
test_command += [
"--no_dependency_resolution",
"--galaxy_branch", "release_18.01", # Much better workflow output detection than master for now (pre-release of 18.01)
"--extra_tools", random_lines,
"--extra_tools", cat,
test_artifact,
Expand All @@ -49,7 +48,6 @@ def test_workflow_test_simple_ga(self):
test_command = self.append_profile_argument_if_needed(test_command)
test_command += [
"--no_dependency_resolution",
"--galaxy_branch", "release_18.01", # Much better workflow output detection than master for now (pre-release of 18.01)
"--extra_tools", cat,
test_artifact,
]
Expand All @@ -72,7 +70,6 @@ def test_workflow_test_distro_tool(self):
test_command = self.append_profile_argument_if_needed(test_command)
test_command += [
"--no_dependency_resolution",
"--galaxy_branch", "release_18.01", # Much better workflow output detection than master for now (pre-release of 18.01)
test_artifact,
]
# try:
Expand All @@ -95,7 +92,6 @@ def test_workflow_test_collection_inputs(self):
test_command = self.append_profile_argument_if_needed(test_command)
test_command += [
"--no_dependency_resolution",
"--galaxy_branch", "release_18.01", # Much better workflow output detection than master for now (pre-release of 18.01)
"--extra_tools", cat_list,
test_artifact,
]
Expand Down

0 comments on commit baddf30

Please sign in to comment.