commit/galaxy-central: Dave Bouvier: Tool dependencies with errors are now individually uninstalled.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/b1f3de87ea99/ Changeset: b1f3de87ea99 User: Dave Bouvier Date: 2013-10-15 19:47:19 Summary: Tool dependencies with errors are now individually uninstalled. Affected #: 1 file diff -r 917be63dc031533f9fbd0db50ec3d8d55fd66e9f -r b1f3de87ea9920cc5daaa843b613a73e316fe043 test/install_and_test_tool_shed_repositories/functional_tests.py --- a/test/install_and_test_tool_shed_repositories/functional_tests.py +++ b/test/install_and_test_tool_shed_repositories/functional_tests.py @@ -1066,10 +1066,7 @@ # repository using Twill. If tool dependencies failed installation, select to uninstall instead of deavctivate, # to make way for the next attempt. Otherwise, default to the value determined by the environment variable # GALAXY_INSTALL_TEST_KEEP_TOOL_DEPENDENCIES. - if failed_tool_dependencies: - execute_uninstall_method( app, deactivate_only=False ) - else: - execute_uninstall_method( app, deactivate_only=deactivate_only ) + execute_uninstall_method( app, deactivate_only=deactivate_only ) # Set the test_toolbox.toolbox module-level variable to the new app.toolbox. test_toolbox.toolbox = app.toolbox repositories_failed_install.append( dict( name=name, owner=owner, changeset_revision=changeset_revision ) ) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org