-
Notifications
You must be signed in to change notification settings - Fork 30
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
compliance-tool: Fix compliance tool imports and unitests #356
compliance-tool: Fix compliance tool imports and unitests #356
Conversation
The reason why the python 3.8 compliance-tool-test does not work seems to be because it seems to be generating older aas examples with spelling mistakes in the |
30c33be
to
8881751
Compare
I just remembered that we do not support Python 3.8 anymore so that test not working does not matter. I will adapt the ci accordingly. |
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.
Other than that small issue, this LGTM!
Currently there are quite some wrong imports in the compliance-tool directory. Even when those are fixed many Unitests still fail.
Here these imports are fixed.
Fixes #354