Skip to content

Commit

Permalink
Fix unit test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Sep 19, 2017
1 parent d980dfa commit b7b3ffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/jobs/test_job_wrapper.py
Expand Up @@ -162,6 +162,7 @@ def __init__(self, app):
self.version_string_cmd = TEST_VERSION_COMMAND
self.tool_dir = "/path/to/tools"
self.dependencies = []
self.requires_galaxy_python_environment = False

def build_dependency_shell_commands(self, job_directory):
return TEST_DEPENDENCIES_COMMANDS
Expand Down

0 comments on commit b7b3ffb

Please sign in to comment.