• C
    Travis-CI: whitelist style check errors · aadb1c9a
    Cleber Rosa 提交于
    The latest jobs have been failing because of the following issues:
    
        ************* Module raise
        E1130: 48,30: Raise.test: bad operand type for unary -: NoneType
        ************* Module selftests.functional.test_basic
        I1101:1191,24: PluginsXunitTest.run_and_check: Module 'lxml.etree'
        has not 'XMLSchema' member, but source is unavailable. Consider
        adding this module to extension-pkg-whitelist if you want to
        perform analysis based on run-time introspection of living
        objects.
        I1101:1191,40: PluginsXunitTest.run_and_check: Module 'lxml.etree'
        has not 'parse' member, but source is unavailable. Consider adding
        this module to extension-pkg-whitelist if you want to perform
        analysis based on run-time introspection of living objects.
        I1101:1193,43: PluginsXunitTest.run_and_check: Module 'lxml.etree'
        has not 'parse' member, but source is unavailable. Consider adding
        this module to extension-pkg-whitelist if you want to perform
        analysis based on run-time introspection of living objects.
        ************* Module selftests.unit.test_xunit
        I1101: 91,24: xUnitSucceedTest.test_add_success: Module
        'lxml.etree' has not 'XMLSchema' member, but source is
        unavailable. Consider adding this module to
        extension-pkg-whitelist if you want to perform analysis based on
        run-time introspection of living objects.
        I1101: 91,40: xUnitSucceedTest.test_add_success: Module
        'lxml.etree' has not 'parse' member, but source is
        unavailable. Consider adding this module to
        extension-pkg-whitelist if you want to perform analysis based on
        run-time introspection of living objects.
        I1101: 92,43: xUnitSucceedTest.test_add_success: Module
        'lxml.etree' has not 'parse' member, but source is
        unavailable. Consider adding this module to
        extension-pkg-whitelist if you want to perform analysis based on
        run-time introspection of living objects.
    
    We can't whitelist the `lxml.etree` module at this time (inspekt doesn't
    have such an option) and the raise failure is a false positive.  Let's
    ignore those issues then.
    Signed-off-by: NCleber Rosa <crosa@redhat.com>
    aadb1c9a
test_basic.py 59.8 KB