1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/d8d0eeee244f/ Changeset: d8d0eeee244f User: greg Date: 2013-12-07 16:07:54 Summary: Reset the defautl_galaxy_master_api_key to an actual value since it poses problems if set to None. Affected #: 1 file diff -r 8714a22aaef9545a2236ae24f79ee3ce7059b5cd -r d8d0eeee244f5357ee9cc0867bd8cc8c0bd2a184 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 @@ -80,7 +80,9 @@ default_galaxy_test_port_min = 10000 default_galaxy_test_port_max = 10999 default_galaxy_test_host = '127.0.0.1' -default_galaxy_master_api_key = None +# The following should be an actual value (not None). If developers manually specify their +# tests to use the API it will not work unless a master API key is specified. +default_galaxy_master_api_key = 123456 # This script can be run in such a way that no Tool Shed database records should be changed. if '-info_only' in sys.argv or 'GALAXY_INSTALL_TEST_INFO_ONLY' in os.environ: 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.