-
Notifications
You must be signed in to change notification settings - Fork 0
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 dependencies and fix test issues #71
Conversation
callumforrester
commented
Jul 20, 2022
- Relock dependencies
- Fix compatibility issues with pytest-asyncio 0.19.0
There are also issues with the system test processes, may have to wait for @coretl to look at potential Python IOC issues |
Codecov Report
@@ Coverage Diff @@
## master #71 +/- ##
=======================================
Coverage 98.55% 98.55%
=======================================
Files 65 65
Lines 2082 2082
=======================================
Hits 2052 2052
Misses 30 30 Help us with your feedback. Take ten seconds to tell us how you rate us. |
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.
Would a potential alternative solution be to make these fixtures sync? Or is that not possible for some reason?
@garryod only in a couple of cases, have updated |