-
Notifications
You must be signed in to change notification settings - Fork 130
Bugfix osi trace #438
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
Bugfix osi trace #438
Conversation
e71c63a to
c007ed4
Compare
Signed-off-by: SergeM <sbmatyunin@gmail.com>
probably a typo Signed-off-by: SergeM <sbmatyunin@gmail.com>
Signed-off-by: SergeM <sbmatyunin@gmail.com>
Signed-off-by: SergeM <sbmatyunin@gmail.com>
86f6724 to
0b8c6e8
Compare
|
Hi @vkresch Thank you for the review. I tried to address those points. As far as I understand the package and it's dependency ( |
|
Yes you are right! Try adding |
The command "python3 setup.py sdist" exited with 0. $ python3 -m pip install . /usr/bin/python3: No module named pip The command "python3 -m pip install ." exited with 1. $ cd build
|
Signed-off-by: SergeM <sbmatyunin@gmail.com>
7428cca to
baaaa29
Compare
…endencies; add python3-wheel to remove warnings Signed-off-by: SergeM <sbmatyunin@gmail.com>
|
The tests pass now. I added python3-pip and python3-wheel as dependencies. |
* add test for OSITrace Signed-off-by: SergeM <sbmatyunin@gmail.com> * bugfix in OSITrace probably a typo Signed-off-by: SergeM <sbmatyunin@gmail.com> * Fixed relative import in the test Signed-off-by: SergeM <sbmatyunin@gmail.com> * input data for the test is generated on fly Signed-off-by: SergeM <sbmatyunin@gmail.com> * install the module on travis in order to get the dependencies Signed-off-by: SergeM <sbmatyunin@gmail.com> * Install the module on travis for deploy stage in order to get the dependencies; add python3-wheel to remove warnings Signed-off-by: SergeM <sbmatyunin@gmail.com> Signed-off-by: Habedank Clemens <qxs2704@europe.bmw.corp>
Reference to a related issue in the repository
#437
Add a description
Added test that fails without the fix, added the fix.
Trivial typo probably.
Mention a member
@carsten-kuebler @pmai Could you please take a look?
Check the checklist