-
Notifications
You must be signed in to change notification settings - Fork 54
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 rosie id
to use new JSON format for Cylc VCS logs
#2520
Conversation
(merged the sibling PR) |
# these cause import issues | ||
--ignore=metomi/rose/etc/ | ||
--ignore=metomi/rosie/ws.py | ||
--ignore=metomi/rosie/graph.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have any import issues here:
--ignore=metomi/rosie/graph.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was passing for me locally, but on GH Actions:
=========================== short test summary info ============================
ERROR metomi/rosie/graph.py - ModuleNotFoundError: No module named 'pygraphviz'
ERROR metomi/rosie/ws.py - ModuleNotFoundError: No module named 'tornado'
https://github.com/metomi/rose/runs/4459717007?check_suite_focus=true#step:11:23
Actualy, on second thought, shouldn't we include pygraphviz
as a dependency of Rose if it imports it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
if url and rev: | ||
location = url + "@" + rev | ||
return location | ||
with open(fpath, 'r') as f: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is why I wanted this!
Approved without merging to allow you to respond or not to Oliver's unresolved comment. |
Actually, IMO we should merge, but create a new issue, or just collar Oliver on Monday. |
Merging now, created a new issue for pygraphviz here: #2523 |
Companion to cylc/cylc-flow#4548 (needs merging first for tests to pass here). Follow-up to #2510.