Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
test_run_gxtool_randomlines
test on Galaxy dev branch
which was failing with: ``` E galaxy.tool_util.provided_metadata INFO 2023-06-19 12:49:16,823 [pN:main.1,p:15735,tN:LocalRunner.work_thread-0] One or more tool outputs is marked as failed ({'type': 'dataset', 'ext': 'data', 'dataset_id': 1, 'stderr': 'Unable to fetch file:///home/runner/work/planemo/planemo/tests/data/hello.txt\nCould not find handler for URI [file:///home/runner/work/planemo/planemo/tests/data/hello.txt]', 'failed': True}). ``` After galaxyproject/galaxy#15497 and follow-up galaxyproject/galaxy#15794 , data upload using "file://" URLs is allowed only for Galaxy admins. This adds a basic ``file_sources_conf.yml`` configuration file that allows planemo to upload from the test data directory.
- Loading branch information