I finally took a look at the problem, fixed the actual problems in https://github.com/autotest/virt-test/pull/1787
Things are passing again. Thanks! On Tue, Aug 5, 2014 at 9:00 AM, Yiqiao Pu <[email protected]> wrote: > On 08/01/2014 12:23 AM, Lucas Meneghel Rodrigues wrote: > >> Probably what is going on is that pylint upstream was updated to catch a >> new error, and therefore new builds will fail unless we: >> >> 1) Fix the problem, so pylint is happy >> 2) Add another supression to the code >> >> I'll take a quick look. >> >> > Hi Lucas, > > Check the task that is passed the test in the past: > > Downloading/unpacking pylint > > Downloading pylint-1.2.1.tar.gz (404kB): 404kB downloaded > > Running setup.py (path:/home/travis/virtualenv/python2.7_with_system_site_ > packages/build/pylint/setup.py) egg_info for package pylint > > And now: > > Downloading/unpacking pylint > > Downloading pylint-1.3.0.zip (467kB): 467kB downloaded > > Running setup.py (path:/home/travis/virtualenv/python2.7_with_system_site_ > packages/build/pylint/setup.py) egg_info for package pylint > > > Seems the pylint version update to 1.3.0. Will try with this version. > > > Thanks a lot for your help. > > > On Wed, Jul 30, 2014 at 3:51 AM, Yiqiao Pu <[email protected]> wrote: >> >> Hi guys, >>> >>> Find several pullreqs failed in the Travis-CI with the same error: >>> >>> >>> ************* Module virt-test.virttest.qemu_devices_unittest >>> >>> I0012:1034,0: : Locally enabling protected-access (W0212) >>> >>> ************* Module github_issues >>> >>> E1102:732,46: MutableIssue.set_labels: self._issue_cache_key is not >>> callable >>> >>> E1102:740,46: MutableIssue.del_labels: self._issue_cache_key is not >>> callable >>> >>> Pylint check fail: /home/travis/build/autotest/ >>> virt-test/tools/github/github_issues.py >>> >>> Syntax check FAIL >>> >>> The command "inspekt lint" exited with 1. >>> >>> Is anyone met this before? >>> >>> >>> Best regards >>> >>> Yiqiao Pu >>> >>> _______________________________________________ >>> Virt-test-devel mailing list >>> [email protected] >>> https://www.redhat.com/mailman/listinfo/virt-test-devel >>> >>> >> >> > -- Lucas
_______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
