diff -r 7da49475ad49 -r b5545e1bba48 components/python/pylint/Makefile --- a/components/python/pylint/Makefile Wed Nov 18 12:45:08 2015 -0800 +++ b/components/python/pylint/Makefile Wed Nov 18 15:34:37 2015 -0800 @@ -114,13 +114,13 @@ COMPONENT_TEST_TRANSFORMER = $(NAWK) COMPONENT_TEST_TRANSFORMS = "'/Ran (.+) test cases/{ sub(/in(.+)\)/, \"\"); print }/All (.+) modules OK/'" -# Expected failures for test target: -# 437 test cases, 19 skipped -# All 23 modules OK + +COMPONENT_SYSTEM_TEST_CMD = /usr/bin/pytest-$(PYTHON_VERSION) +COMPONENT_SYSTEM_TEST_ARGS = test: $(TEST_NO_ARCH) -system-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED) +system-test: $(SYSTEM_TEST_NO_ARCH) REQUIRED_PACKAGES += library/python/logilab-common-27 REQUIRED_PACKAGES += library/python/astroid-27