-
Notifications
You must be signed in to change notification settings - Fork 11
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
Ensure that fileinstall doesn't fail given the status of asyncio loop #130
Conversation
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, need to test.
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.
Confirmed that the test fails on master and passes on this branch.
Co-authored-by: Oliver Sanders <oliver.sanders@metoffice.gov.uk>
There's one flake8 issue that's blocking the tests from running, could you sneak the fix in. |
…sync_bug * 'fix_async_bug' of github.com:wxtim/cylc-rose: Update cylc/rose/entry_points.py
Will not pass tests until #131 is merged. |
- Properly fixed a flake8 fail - Added new lines at end of files.
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.
Thanks Tim. Working well for me.
These changes close #129
Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
.