-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Python dependencies #14195
Merged
jdavcs
merged 2 commits into
galaxyproject:dev
from
galaxybot:dev_auto_update_dependencies
Jul 25, 2022
Merged
Update Python dependencies #14195
jdavcs
merged 2 commits into
galaxyproject:dev
from
galaxybot:dev_auto_update_dependencies
Jul 25, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment was marked as resolved.
This comment was marked as resolved.
cca36e4
to
26c8e86
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
jmchilton
reviewed
Jun 27, 2022
b16ab93
to
949a57c
Compare
949a57c
to
c9dc76d
Compare
The new Markdown 3.4.0 package broke sphinx-markdown-tables, so we need either a new release of the latter containing ryanfox/sphinx-markdown-tables#37 or to pin the former to |
c9dc76d
to
0efbb71
Compare
Fix the following traceback when running `pytest test/unit/tool_util/test_cwl.py`: ``` def test_boolean_defaults(): > proxy = workflow_proxy(_cwl_tool_path("v1.2/tests/conditionals/cond-wf-002_nojs.cwl")) test/unit/tool_util/test_cwl.py:244: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ lib/galaxy/tool_util/cwl/parser.py:760: in workflow_proxy return _to_cwl_workflow_object(workflow_path, strict_cwl_validation=strict_cwl_validation) lib/galaxy/tool_util/cwl/parser.py:851: in _to_cwl_workflow_object cwl_workflow = _schema_loader(strict_cwl_validation).tool(path=workflow_path) lib/galaxy/tool_util/cwl/schema.py:86: in tool process_definition = self.process_definition(raw_process_reference) lib/galaxy/tool_util/cwl/schema.py:68: in process_definition loading_context, uri = resolve_and_validate_document( .venv/lib/python3.8/site-packages/cwltool/load_tool.py:384: in resolve_and_validate_document document_loader.resolve_all(workflowobj, fileuri) schema_salad/ref_resolver.py:965: in resolve_all ??? schema_salad/ref_resolver.py:1197: in validate_links ??? schema_salad/ref_resolver.py:1124: in validate_links ??? _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > ??? E schema_salad.exceptions.ValidationException: test/functional/tools/cwl_tools/v1.2/tests/conditionals/cond-wf-002_nojs.cwl:2:1: Field `cwlVersion` E contains undefined E reference to E `file:///usr/users/ga002/soranzon/software/nsoranzo_galaxy/test/functional/tools/cwl_tools/v1.2/tests/conditionals/v1.2` schema_salad/ref_resolver.py:1062: ValidationException ``` Note that the unit test doesn't fail if run on its own with `pytest test/unit/tool_util/test_cwl.py::test_boolean_defaults` .
0efbb71
to
09c0ed0
Compare
Green at last! Can someone please merge? |
jdavcs
approved these changes
Jul 25, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Run
make update-dependencies
.