-
-
Notifications
You must be signed in to change notification settings - Fork 101
Add websockets, ocpp module dependencies to test env #61
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
Conversation
Test is now at a point it is testing the code but I'm not sure how to resolve this error? |
@lbbrhzn , I think I've gone as far as I can. Still a few more issues to resolve with the testing scripts |
thnx drc38! Can we remove the test that is still failing? |
@@ -1,5 +1,8 @@ | |||
pip==21.1.3 | |||
pip<=20.3 |
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.
Is this <=20.3 coming from home assistant?
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.
Yes it was
@lbbrhzn , tests are now running without error but failing as there is not sufficient code coverage |
Ok, good enough for now! |
No description provided.