-
-
Notifications
You must be signed in to change notification settings - Fork 266
Conversation
👍 |
1 similar comment
👍 |
@lepistone |
👍 |
Fixes #240. I merge. |
[FIX] test_pylint: Fix empty paths
extra_params=extra_params) | ||
count_fails = get_count_fails(stats) | ||
except ValueError: | ||
count_fails = -1 |
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.
this has to be count_fails = 0
.
See https://travis-ci.org/OCA/contract/jobs/77930562
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 still failing?
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.
======== Testing test_pylint ========
pylint expected errors 0, found -1!
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.
I have amended the commit to put 0. Rerun Travis.
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.
It's not that simple. I have to reverted again and check carefully
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.
Let me try to fix it
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.
Fixed here:
#241
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.
FYI I tested with travis2docker with contract/8.0
[FIX] test_pylint: Fix empty paths
[FIX] test_pylint: Fix empty paths
This fix is to avoid next issue:
OCA/runbot-addons#53